diff options
author | pulpe <Pulpan3@gmail.com> | 2014-02-09 18:37:12 +0100 |
---|---|---|
committer | pulpe <Pulpan3@gmail.com> | 2014-02-09 18:37:12 +0100 |
commit | 0793a7b3c79349aefe8af7321f5ef36a034e6dc9 (patch) | |
tree | ccc9fda79cd31fb1cdacb69749d48fc439945c2c /youtube_dl/extractor/__init__.py | |
parent | 17968e444cad4f960e5613441fdd266c04e71934 (diff) |
[StreamCZ] Add support for stream.cz
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 4678cf06c..b2e92bcaf 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -203,6 +203,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 |