projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6de7ef9
)
added InfoExtractor for XNXX
author
tempname
<tempname@suremail.info>
Wed, 15 Aug 2012 23:57:27 +0000
(20:57 -0300)
committer
tempname
<tempname@suremail.info>
Wed, 15 Aug 2012 23:57:27 +0000
(20:57 -0300)
youtube_dl/__init__.py
patch
|
blob
|
history
diff --git
a/youtube_dl/__init__.py
b/youtube_dl/__init__.py
index 86951840dedf44c61298224fb6d789a5739ed91d..0a6a5d35c2e4428460d8d5e20174de694394e621 100644
(file)
--- a/
youtube_dl/__init__.py
+++ b/
youtube_dl/__init__.py
@@
-351,6
+351,7
@@
def gen_extractors():
MixcloudIE(),
StanfordOpenClassroomIE(),
MTVIE(),
+ XNXXIE(),
GenericIE()
]