diff options
author | Sergey M. <dstftw@gmail.com> | 2014-05-22 19:30:09 +0700 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2014-05-22 19:30:09 +0700 |
commit | e2bf499b142cf34e5eee10041f5adf1fa361f69a (patch) | |
tree | db8052dbb8bc377d1960a8a8558c16c19729d63d /youtube_dl/extractor/__init__.py | |
parent | eec4d8ef9639d275b14b60286a414bc26971a4c7 (diff) | |
parent | 375696b1b160227b488cfc5c3ca92079bc0b4df8 (diff) |
Merge pull request #2944 from pulpe/SWRMediathek
[SWRMediathek] add support for swrmediathek.de (fixes #2929)
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 3503c76b7..4a4eb4b74 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -260,6 +260,7 @@ from .stanfordoc import StanfordOpenClassroomIE from .steam import SteamIE from .streamcloud import StreamcloudIE from .streamcz import StreamCZIE +from .swrmediathek import SWRMediathekIE from .syfy import SyfyIE from .sztvhu import SztvHuIE from .teamcoco import TeamcocoIE |