From: Paul Hartmann Date: Thu, 29 Jan 2015 00:36:15 +0000 (+0100) Subject: fix srmediathek description X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=d20547610314e0821542fecd1872b5851bd8d5d7;p=youtube-dl fix srmediathek description --- 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[0-9]+)' _TEST = {