From: Sergey M․ Date: Sun, 26 Jun 2016 22:07:12 +0000 (+0700) Subject: [sr:mediathek] Clarify IE_NAME X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=81fda1536924db0ec4f583ae83bc77cb91ca6835;p=youtube-dl [sr:mediathek] Clarify IE_NAME --- 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[0-9]+)'