[srmediathek] Correct IE_NAME/IE_DESC
[youtube-dl] / youtube_dl / extractor / srmediathek.py
index 26bf9e34ca479a3e90c30b29093e9f5f34c65c67..d92d14d655e1a9ee07a5370f0d4ba15b6b65e648 100644 (file)
@@ -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<id>[0-9]+)'
 
     _TEST = {