mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 19:29:51 +01:00
[sr:mediathek] Clarify IE_NAME
This commit is contained in:
parent
427cd050a3
commit
81fda15369
@ -9,6 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
class SRMediathekIE(ARDMediathekIE):
|
class SRMediathekIE(ARDMediathekIE):
|
||||||
|
IE_NAME = 'sr:mediathek'
|
||||||
IE_DESC = 'Saarländischer Rundfunk'
|
IE_DESC = 'Saarländischer Rundfunk'
|
||||||
_VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'
|
_VALID_URL = r'https?://sr-mediathek\.sr-online\.de/index\.php\?.*?&id=(?P<id>[0-9]+)'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user