diff options
author | peugeot <peugeot.com> | 2014-12-29 11:31:22 +0100 |
---|---|---|
committer | peugeot <peugeot.com> | 2014-12-29 11:31:22 +0100 |
commit | 0cc4f8e3850e41dc5e3f237315a20eac5eb99f46 (patch) | |
tree | c260503baadb77cae5fb8e5db42f4f53bfcbedbd /youtube_dl/extractor/__init__.py | |
parent | a5424052000d6ab69412f380a96f1963f315a295 (diff) |
[xxxymovies] new ectractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py index fd0ebffe3..c8a77616e 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -512,6 +512,7 @@ from .xminus import XMinusIE from .xnxx import XNXXIE from .xvideos import XVideosIE from .xtube import XTubeUserIE, XTubeIE +from .xxxymovies import XXXYMoviesIE from .yahoo import ( YahooIE, YahooSearchIE, |