1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 08:35:32 +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

View File

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