mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-09 08:47:16 +08:00
updated ORFFM4IE _VALID_URL
to match only urls where show_id is starting with "4"
This commit is contained in:
parent
bcc6d8530c
commit
2ce63b2e7c
@ -192,7 +192,7 @@ class ORFRadioIE(InfoExtractor):
|
|||||||
class ORFFM4IE(ORFRadioIE):
|
class ORFFM4IE(ORFRadioIE):
|
||||||
IE_NAME = 'orf:fm4'
|
IE_NAME = 'orf:fm4'
|
||||||
IE_DESC = 'radio FM4'
|
IE_DESC = 'radio FM4'
|
||||||
_VALID_URL = r'https?://(?P<station>fm4)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>\w+)'
|
_VALID_URL = r'https?://(?P<station>fm4)\.orf\.at/player/(?P<date>[0-9]+)/(?P<show>4\w+)'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'https://fm4.orf.at/player/20200101/4HOP',
|
'url': 'https://fm4.orf.at/player/20200101/4HOP',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user