diff options
author | Remita Amine <[email protected]> | 2020-12-29 17:21:05 +0100 |
---|---|---|
committer | Remita Amine <[email protected]> | 2020-12-29 17:21:05 +0100 |
commit | c706fbe9fe4a517ad43ca95393384e5f78870f82 (patch) | |
tree | 1736aca593a24a3b5011448c34c090b91924c4ad /youtube_dl/extractor/extractors.py | |
parent | ebdcf70b0d52fd7b4627b2435b3081c7f4f4ce4b (diff) | |
download | youtube-dl-c706fbe9fe4a517ad43ca95393384e5f78870f82.tar.gz youtube-dl-c706fbe9fe4a517ad43ca95393384e5f78870f82.zip |
[nbc] Remove CSNNE extractor
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 20472f2f7..51e6a463a 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -692,7 +692,6 @@ from .nba import ( NBAChannelIE, ) from .nbc import ( - CSNNEIE, NBCIE, NBCNewsIE, NBCOlympicsIE, |