aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authortewe <tewe@github>2013-09-12 12:30:14 +0200
committertewe <tewe@github>2013-09-12 12:30:14 +0200
commitbfd5c93af9f9eee938c628f19c997f999f21c74e (patch)
tree9b26ca6fc7877f378fe8574dbecd654845688d32 /youtube_dl/extractor/__init__.py
parentc247d87ef3a7f03dfcc28e3fc23dee9ec34835d7 (diff)
downloadyoutube-dl-bfd5c93af9f9eee938c628f19c997f999f21c74e.tar.xz
Add Ustream channel support
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 26cf24935..a7cddef73 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -96,7 +96,7 @@ from .tudou import TudouIE
from .tumblr import TumblrIE
from .tutv import TutvIE
from .unistra import UnistraIE
-from .ustream import UstreamIE
+from .ustream import UstreamIE, UstreamChannelIE
from .vbox7 import Vbox7IE
from .veehd import VeeHDIE
from .veoh import VeohIE