aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey M. <dstftw@gmail.com>2015-01-29 22:14:15 +0600
committerSergey M. <dstftw@gmail.com>2015-01-29 22:14:15 +0600
commit376a770cc4681e0782e3ffc40b43480beb410e80 (patch)
tree9b2c0c7848d014f06ead293b232e9c6f77f05e50
parent7e500dbd9323d3ecabe9567d0d4feef8cf4e02c1 (diff)
parentd20547610314e0821542fecd1872b5851bd8d5d7 (diff)
downloadyoutube-dl-376a770cc4681e0782e3ffc40b43480beb410e80.tar.xz
Merge pull request #4809 from bastik/fix-sr
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 = {