Browse Source

Merge pull request #4809 from bastik/fix-sr

fix srmediathek description
Sergey M. 10 years ago
parent
commit
376a770cc4
1 changed files with 1 additions and 1 deletions
  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):
 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]+)'
     _VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'
 
 
     _TEST = {
     _TEST = {