diff options
author | Sergey M. <dstftw@gmail.com> | 2015-01-29 22:14:15 +0600 |
---|---|---|
committer | Sergey M. <dstftw@gmail.com> | 2015-01-29 22:14:15 +0600 |
commit | 376a770cc4681e0782e3ffc40b43480beb410e80 (patch) | |
tree | 9b2c0c7848d014f06ead293b232e9c6f77f05e50 /youtube_dl/extractor | |
parent | 7e500dbd9323d3ecabe9567d0d4feef8cf4e02c1 (diff) | |
parent | d20547610314e0821542fecd1872b5851bd8d5d7 (diff) |
Merge pull request #4809 from bastik/fix-sr
fix srmediathek description
Diffstat (limited to 'youtube_dl/extractor')
-rw-r--r-- | youtube_dl/extractor/srmediathek.py | 2 |
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 = { |