aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Hartmann <phaaurlt@gmail.com>2015-01-29 01:36:15 +0100
committerPaul Hartmann <phaaurlt@gmail.com>2015-01-29 01:36:15 +0100
commitd20547610314e0821542fecd1872b5851bd8d5d7 (patch)
treee3884eeef7cc9c244b6bf87107582d94c36b86d4
parentdcf53d440801505a27ee5615e3fb58b6a794bc73 (diff)
downloadyoutube-dl-d20547610314e0821542fecd1872b5851bd8d5d7.tar.xz
fix srmediathek description
-rw-r--r--youtube_dl/extractor/srmediathek.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/srmediathek.py b/youtube_dl/extractor/srmediathek.py
index 666a7dcc8..5d583c720 100644
--- a/youtube_dl/extractor/srmediathek.py
+++ b/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 = {