diff options
author | Sergey M <dstftw@gmail.com> | 2014-02-11 09:18:46 +0700 |
---|---|---|
committer | Sergey M <dstftw@gmail.com> | 2014-02-11 09:18:46 +0700 |
commit | 18395217c489f1b324ea7b85305f8b2edaf237c9 (patch) | |
tree | 2e44191a87cdd790633bd8f5a867c7432c2334cd /youtube_dl/extractor/__init__.py | |
parent | 34bd9878119d8f68e31e603dc2087092b0a06963 (diff) | |
parent | 0793a7b3c79349aefe8af7321f5ef36a034e6dc9 (diff) |
Merge branch '_stream' of https://github.com/pulpe/youtube-dl into pulpe-_stream
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 4c8d782be..700e9920e 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -205,6 +205,7 @@ from .stanfordoc import StanfordOpenClassroomIE from .statigram import StatigramIE from .steam import SteamIE from .streamcloud import StreamcloudIE +from .streamcz import StreamCZIE from .sztvhu import SztvHuIE from .teamcoco import TeamcocoIE from .techtalks import TechTalksIE |