diff options
author | Remita Amine <remitamine@gmail.com> | 2020-12-19 20:13:47 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2020-12-19 20:14:44 +0100 |
commit | 90a271e91488d439a6f19033681fb10b33d30919 (patch) | |
tree | 023bb3a6c4f3cbb7ba714b9e078da9ed0e360506 /youtube_dl/extractor/extractors.py | |
parent | 172d270607683ccfcf405c6e2e7082e5032cceba (diff) |
[nba] rewrite extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index c19633122..c44746e57 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -679,7 +679,14 @@ from .nationalgeographic import ( NationalGeographicTVIE, ) from .naver import NaverIE -from .nba import NBAIE +from .nba import ( + NBAWatchEmbedIE, + NBAWatchIE, + NBAWatchCollectionIE, + NBAEmbedIE, + NBAIE, + NBAChannelIE, +) from .nbc import ( CSNNEIE, NBCIE, |