瀏覽代碼

Merge pull request #4809 from bastik/fix-sr

fix srmediathek description
Sergey M. 10 年之前
父節點
當前提交
376a770cc4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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_DESC = 'Süddeutscher Rundfunk'
+    IE_DESC = 'Saarländischer Rundfunk'
     _VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'
 
     _TEST = {