aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2014-10-26 23:23:10 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2014-10-26 23:23:10 +0100
commit2bcae58d46b88200a2247a7e2bee999f459f75c4 (patch)
treea825c1a8530ed3164fd4a41287b49efb8b4695bf /youtube_dl/extractor/__init__.py
parentc9f08154a3dbf7272b1373c8e6aeea4a8d92b190 (diff)
downloadyoutube-dl-2bcae58d46b88200a2247a7e2bee999f459f75c4.tar.xz
[srmediathek] New extractor
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 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