From: Philipp Hagemeister Date: Sun, 26 Oct 2014 22:23:53 +0000 (+0100) Subject: [srmediathek] Correct IE_NAME/IE_DESC X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=cf501a23d29e13e8bcfac5f8ce10ac96d097f6e0;p=youtube-dl [srmediathek] Correct IE_NAME/IE_DESC --- diff --git a/youtube_dl/extractor/srmediathek.py b/youtube_dl/extractor/srmediathek.py index 26bf9e34c..d92d14d65 100644 --- a/youtube_dl/extractor/srmediathek.py +++ b/youtube_dl/extractor/srmediathek.py @@ -8,7 +8,7 @@ from ..utils import js_to_json class SRMediathekIE(InfoExtractor): - IE_NAME = 'Süddeutscher Rundfunk' + IE_DESC = 'Süddeutscher Rundfunk' _VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P[0-9]+)' _TEST = {