1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-11-12 12:35:15 +00:00

[nba] extract all video formats and extract more info

This commit is contained in:
remitamine
2015-10-02 17:24:30 +01:00
parent 59a9efe85b
commit 8fc226ef99
2 changed files with 74 additions and 33 deletions

View File

@@ -351,7 +351,10 @@ from .myvideo import MyVideoIE
from .myvidster import MyVidsterIE
from .nationalgeographic import NationalGeographicIE
from .naver import NaverIE
from .nba import NBAIE
from .nba import (
NBAIE,
NBAWatchIE,
)
from .nbc import (
NBCIE,
NBCNewsIE,