summary refs log tree commit diff
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2016-06-27 05:07:12 +0700
committerSergey M․ <dstftw@gmail.com>2016-06-27 05:07:12 +0700
commit81fda1536924db0ec4f583ae83bc77cb91ca6835 (patch)
tree4f452933f4a5e2c0a9bb5db527b9a267abb99e32
parent427cd050a3b64319c19e4596d8885378604e388e (diff)
downloadyoutube-dl-81fda1536924db0ec4f583ae83bc77cb91ca6835.tar.gz
youtube-dl-81fda1536924db0ec4f583ae83bc77cb91ca6835.tar.xz
youtube-dl-81fda1536924db0ec4f583ae83bc77cb91ca6835.zip
[sr:mediathek] Clarify IE_NAME
-rw-r--r--youtube_dl/extractor/srmediathek.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/srmediathek.py b/youtube_dl/extractor/srmediathek.py
index 74d01183f..a2569dfba 100644
--- a/youtube_dl/extractor/srmediathek.py
+++ b/youtube_dl/extractor/srmediathek.py
@@ -9,6 +9,7 @@ from ..utils import (
 
 
 class SRMediathekIE(ARDMediathekIE):
+    IE_NAME = 'sr:mediathek'
     IE_DESC = 'Saarländischer Rundfunk'
     _VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'