diff options
author | tempname <tempname@suremail.info> | 2012-08-15 20:57:27 -0300 |
---|---|---|
committer | tempname <tempname@suremail.info> | 2012-08-15 20:57:27 -0300 |
commit | 154b55dae3e611e05b9ae1762f59467d753338c4 (patch) | |
tree | 727824a7bf631c66725c62b330e619fc4fc50dcf /youtube_dl | |
parent | 6de7ef9b8d005ee8ebc7af21cb3ccd1b28bf7f71 (diff) |
added InfoExtractor for XNXX
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 86951840d..0a6a5d35c 100644 --- a/youtube_dl/__init__.py +++ b/youtube_dl/__init__.py @@ -351,6 +351,7 @@ def gen_extractors(): MixcloudIE(), StanfordOpenClassroomIE(), MTVIE(), + XNXXIE(), GenericIE() ] |