diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-05-08 22:50:01 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-05-08 22:50:01 +0600 |
commit | 2c0c9dc46cda490137b6788d6d66f31ca092f58f (patch) | |
tree | c4074b4b2eefe5125933d0e03f1fc258acf7835f /youtube_dl/extractor/__init__.py | |
parent | 0ceab8474924c4e7a6e28497c8da40cc5002c8d3 (diff) |
[xstream] Move xstream to separate extractor
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 587a45940..5cc35c8eb 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -653,6 +653,7 @@ from .xboxclips import XboxClipsIE from .xhamster import XHamsterIE from .xminus import XMinusIE from .xnxx import XNXXIE +from .xstream import XstreamIE from .xvideos import XVideosIE from .xtube import XTubeUserIE, XTubeIE from .xuite import XuiteIE |