diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-11-25 09:22:33 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-11-25 09:22:33 +0100 |
commit | 0bbf12239c5a97ddcaa9d54012cbcb2448223072 (patch) | |
tree | 91afb94c6f4ddea1a04f358bb5a90c5584c50213 /youtube_dl/extractor/__init__.py | |
parent | 70d68eb46f80cbf30471f943c5dd7bd4ea0dba95 (diff) | |
parent | 1cdedfee105f09e974d196b7f385cfcce99545f1 (diff) |
Merge remote-tracking branch 't0mm0/x-minus'
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 7e91db601..3e2133f5c 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -484,6 +484,7 @@ from .wrzuta import WrzutaIE from .xbef import XBefIE from .xboxclips import XboxClipsIE from .xhamster import XHamsterIE +from .xminus import XMinusIE from .xnxx import XNXXIE from .xvideos import XVideosIE from .xtube import XTubeUserIE, XTubeIE |