1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-10 08:17:07 -05: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

View File

@@ -310,6 +310,7 @@ from .naver import NaverIE
from .nba import NBAIE
from .nbc import (
NBCIE,
NBCSportsVPlayerIE,
NBCSportsIE,
NBCNewsIE,
)