diff options
author | Jimbolino <Jimbolino@users.noreply.github.com> | 2017-11-02 17:48:43 +0100 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2017-11-02 23:48:43 +0700 |
commit | cd670befc4c823a38a88fffbaa6c493e539dd79d (patch) | |
tree | 8b5e35a603b6bd6dedb1feffe1cccba5f526fb45 /youtube_dl/extractor/extractors.py | |
parent | 44cca168cc36a71ea77d8635a44f6ee9d2c33a99 (diff) |
[22tracks] Remove extractor (closes #11024)
Diffstat (limited to 'youtube_dl/extractor/extractors.py')
-rw-r--r-- | youtube_dl/extractor/extractors.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/youtube_dl/extractor/extractors.py b/youtube_dl/extractor/extractors.py index 2eed706f9..92f7e9027 100644 --- a/youtube_dl/extractor/extractors.py +++ b/youtube_dl/extractor/extractors.py @@ -1110,10 +1110,6 @@ from .tvplayer import TVPlayerIE from .tweakers import TweakersIE from .twentyfourvideo import TwentyFourVideoIE from .twentymin import TwentyMinutenIE -from .twentytwotracks import ( - TwentyTwoTracksIE, - TwentyTwoTracksGenreIE -) from .twitch import ( TwitchVideoIE, TwitchChapterIE, |