From: Paul Hartmann Date: Thu, 29 Jan 2015 00:36:15 +0000 (+0100) Subject: fix srmediathek description X-Git-Tag: 2021.01.07~9596^2 X-Git-Url: https://jfr.im/git/yt-dlp.git/commitdiff_plain/d20547610314e0821542fecd1872b5851bd8d5d7 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 @@ 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 = {