Explorar o código

[srmediathek] Correct IE_NAME/IE_DESC

Philipp Hagemeister %!s(int64=11) %!d(string=hai) anos
pai
achega
cf501a23d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      youtube_dl/extractor/srmediathek.py

+ 1 - 1
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<id>[0-9]+)'
 
     _TEST = {