1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2026-04-28 17:53:24 +00:00

[Yahoo/NBCSports] Generalize NBC sports info extractor

This commit is contained in:
Yen Chi Hsuan
2015-03-31 02:47:18 +08:00
parent a28ccbabc6
commit a2a4d5fa31
3 changed files with 37 additions and 5 deletions
+1
View File
@@ -310,6 +310,7 @@ from .naver import NaverIE
from .nba import NBAIE
from .nbc import (
NBCIE,
NBCSportsVPlayerIE,
NBCSportsIE,
NBCNewsIE,
)