Updated init to add 22tracks
authorAmish Bhadeshia <amishb@gmail.com>
Tue, 24 Mar 2015 18:34:33 +0000 (18:34 +0000)
committerSergey M․ <dstftw@gmail.com>
Wed, 25 Mar 2015 15:11:31 +0000 (21:11 +0600)
youtube_dl/extractor/__init__.py

index d73826d44bf2b4163603cd62571eb0b4195d3901..b0df52afdf14f0e753c80577621b3d95131db1de 100644 (file)
@@ -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,