diff options
author | Sergey M․ <dstftw@gmail.com> | 2016-06-27 05:07:12 +0700 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2016-06-27 05:07:12 +0700 |
commit | 81fda1536924db0ec4f583ae83bc77cb91ca6835 (patch) | |
tree | 4f452933f4a5e2c0a9bb5db527b9a267abb99e32 /youtube_dl/extractor/srmediathek.py | |
parent | 427cd050a3b64319c19e4596d8885378604e388e (diff) |
[sr:mediathek] Clarify IE_NAME
Diffstat (limited to 'youtube_dl/extractor/srmediathek.py')
-rw-r--r-- | youtube_dl/extractor/srmediathek.py | 1 |
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]+)' |