diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2015-02-09 15:56:46 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2015-02-09 15:56:59 +0100 |
commit | 1309b396d0ff87f0e762f8893b6d0bd2aa96432a (patch) | |
tree | f75b23ae2102fe6a78be07ed73fc4f2bc67d72f2 /youtube_dl/extractor/__init__.py | |
parent | ba617964585a118e30932461f24a6c3627047738 (diff) |
[svtplay] Add new extractor (Fixes #4914)
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 0d7a120bc..55ca0d6e4 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -428,6 +428,7 @@ from .streamcloud import StreamcloudIE from .streamcz import StreamCZIE from .streetvoice import StreetVoiceIE from .sunporno import SunPornoIE +from .svtplay import SVTPlayIE from .swrmediathek import SWRMediathekIE from .syfy import SyfyIE from .sztvhu import SztvHuIE |