]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
Add Jukebox IE
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 25 Jun 2013 15:12:35 +0000 (17:12 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 25 Jun 2013 15:12:35 +0000 (17:12 +0200)
1  2 
youtube_dl/extractor/__init__.py

index 9878ad942e7a3969c8138b9ce4cbb7dfdf749ff0,e27f5849601a32d291100977b0288c710a8f93e0..7b291f907f79b37ab2a32d9cca6adb2aa4e51749
@@@ -126,7 -126,7 +127,8 @@@ def gen_extractors()
          GametrailersIE(),
          StatigramIE(),
          BreakIE(),
 +        VevoIE(),
+         JukeboxIE(),
          GenericIE()
      ]