diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-10-26 23:23:10 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-10-26 23:23:10 +0100 |
commit | 2bcae58d46b88200a2247a7e2bee999f459f75c4 (patch) | |
tree | a825c1a8530ed3164fd4a41287b49efb8b4695bf /youtube_dl/extractor/__init__.py | |
parent | c9f08154a3dbf7272b1373c8e6aeea4a8d92b190 (diff) |
[srmediathek] New extractor
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 8e31de93d..17ab49283 100644 --- a/youtube_dl/extractor/__init__.py +++ b/youtube_dl/extractor/__init__.py @@ -355,6 +355,7 @@ from .spike import SpikeIE from .sport5 import Sport5IE from .sportbox import SportBoxIE from .sportdeutschland import SportDeutschlandIE +from .srmediathek import SRMediathekIE from .stanfordoc import StanfordOpenClassroomIE from .steam import SteamIE from .streamcloud import StreamcloudIE |