diff options
| author | Amish Bhadeshia <amishb@gmail.com> | 2015-03-24 18:34:33 +0000 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-03-25 21:11:31 +0600 | 
| commit | 8f76df7f3791bb085199eb90c3b4125931a44e55 (patch) | |
| tree | c45f3912083a9434f2f9495ad0129dbeb1ca4f21 | |
| parent | 5c19d18cbfb6a0271a9d0b7ff516e1e2e0eeccfb (diff) | |
Updated init to add 22tracks
| -rw-r--r-- | youtube_dl/extractor/__init__.py | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index d73826d44..b0df52afd 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -526,6 +526,10 @@ from .tvp import TvpIE, TvpSeriesIE  from .tvplay import TVPlayIE  from .tweakers import TweakersIE  from .twentyfourvideo import TwentyFourVideoIE +from .twentytwotracks import ( +    TwentyTwoTracksIE, +    TwentyTwoTracksGenreIE +)  from .twitch import (      TwitchVideoIE,      TwitchChapterIE,  | 
