mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-01 23:12:40 +00:00
[srmediathek] Correct IE_NAME/IE_DESC
This commit is contained in:
parent
2bcae58d46
commit
cf501a23d2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
|
||||
class SRMediathekIE(InfoExtractor):
|
||||
IE_NAME = 'Süddeutscher Rundfunk'
|
||||
IE_DESC = 'Süddeutscher Rundfunk'
|
||||
_VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'
|
||||
|
||||
_TEST = {
|
||||
|
|
Loading…
Reference in a new issue