]> git.bitcoin.ninja Git - youtube-dl/commitdiff
Merge pull request #4809 from bastik/fix-sr
authorSergey M. <dstftw@gmail.com>
Thu, 29 Jan 2015 16:14:15 +0000 (22:14 +0600)
committerSergey M. <dstftw@gmail.com>
Thu, 29 Jan 2015 16:14:15 +0000 (22:14 +0600)
fix srmediathek description

youtube_dl/extractor/srmediathek.py

index 666a7dcc8a1e7dd425fd1d201ef1b5c1802c6a16..5d583c720bff22bee0b5af55699a378e3a5267ea 100644 (file)
@@ -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 = {