Browse Source

Updated init to add 22tracks

Amish Bhadeshia 10 years ago
parent
commit
8f76df7f37
1 changed files with 4 additions and 0 deletions
  1. 4 0
      youtube_dl/extractor/__init__.py

+ 4 - 0
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,