aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2014-05-22 19:30:09 +0700
committerSergey M. <dstftw@gmail.com>2014-05-22 19:30:09 +0700
commite2bf499b142cf34e5eee10041f5adf1fa361f69a (patch)
treedb8052dbb8bc377d1960a8a8558c16c19729d63d /youtube_dl/extractor/__init__.py
parenteec4d8ef9639d275b14b60286a414bc26971a4c7 (diff)
parent375696b1b160227b488cfc5c3ca92079bc0b4df8 (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__.py1
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