aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorpulpe <Pulpan3@gmail.com>2014-02-09 18:37:12 +0100
committerpulpe <Pulpan3@gmail.com>2014-02-09 18:37:12 +0100
commit0793a7b3c79349aefe8af7321f5ef36a034e6dc9 (patch)
treeccc9fda79cd31fb1cdacb69749d48fc439945c2c /youtube_dl/extractor/__init__.py
parent17968e444cad4f960e5613441fdd266c04e71934 (diff)
downloadyoutube-dl-0793a7b3c79349aefe8af7321f5ef36a034e6dc9.tar.xz
[StreamCZ] Add support for stream.cz
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 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