added InfoExtractor for XNXX
authortempname <tempname@suremail.info>
Wed, 15 Aug 2012 23:57:27 +0000 (20:57 -0300)
committertempname <tempname@suremail.info>
Wed, 15 Aug 2012 23:57:27 +0000 (20:57 -0300)
youtube_dl/__init__.py

index 86951840dedf44c61298224fb6d789a5739ed91d..0a6a5d35c2e4428460d8d5e20174de694394e621 100644 (file)
@@ -351,6 +351,7 @@ def gen_extractors():
                MixcloudIE(),
                StanfordOpenClassroomIE(),
                MTVIE(),
+               XNXXIE(),
 
                GenericIE()
        ]