aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-05-08 22:50:01 +0600
committerSergey M․ <dstftw@gmail.com>2015-05-08 22:50:01 +0600
commit2c0c9dc46cda490137b6788d6d66f31ca092f58f (patch)
treec4074b4b2eefe5125933d0e03f1fc258acf7835f /youtube_dl/extractor/__init__.py
parent0ceab8474924c4e7a6e28497c8da40cc5002c8d3 (diff)
downloadyoutube-dl-2c0c9dc46cda490137b6788d6d66f31ca092f58f.tar.xz
[xstream] Move xstream to separate extractor
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py1
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