diff options
author | tewe <tewe@github> | 2013-09-12 12:30:14 +0200 |
---|---|---|
committer | tewe <tewe@github> | 2013-09-12 12:30:14 +0200 |
commit | bfd5c93af9f9eee938c628f19c997f999f21c74e (patch) | |
tree | 9b26ca6fc7877f378fe8574dbecd654845688d32 /youtube_dl/extractor/__init__.py | |
parent | c247d87ef3a7f03dfcc28e3fc23dee9ec34835d7 (diff) |
Add Ustream channel support
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r-- | youtube_dl/extractor/__init__.py | 2 |
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 |