aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/srmediathek.py
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 /youtube_dl/extractor/srmediathek.py
parent427cd050a3b64319c19e4596d8885378604e388e (diff)
downloadyoutube-dl-81fda1536924db0ec4f583ae83bc77cb91ca6835.zip
youtube-dl-81fda1536924db0ec4f583ae83bc77cb91ca6835.tar.gz
youtube-dl-81fda1536924db0ec4f583ae83bc77cb91ca6835.tar.bz2
[sr:mediathek] Clarify IE_NAME
Diffstat (limited to 'youtube_dl/extractor/srmediathek.py')
-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 74d0118..a2569df 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]+)'