1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-09-15 23:32:25 +02:00

Merge pull request #4809 from bastik/fix-sr

fix srmediathek description
This commit is contained in:
Sergey M. 2015-01-29 22:14:15 +06:00
commit 376a770cc4

View File

@ -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<id>[0-9]+)'
_TEST = {