youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 8f76df7f3791bb085199eb90c3b4125931a44e55
parent 5c19d18cbfb6a0271a9d0b7ff516e1e2e0eeccfb
Author: Amish Bhadeshia <amishb@gmail.com>
Date:   Tue, 24 Mar 2015 18:34:33 +0000

Updated init to add 22tracks

Diffstat:
Myoutube_dl/extractor/__init__.py | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git 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,