1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-07 07:49:57 +08:00

updated ORFFM4IE _VALID_URL

to match only urls where show_id is starting with "4"
This commit is contained in:
Johannes 2020-01-05 11:35:33 +01:00
parent bcc6d8530c
commit 2ce63b2e7c

View File

@ -192,7 +192,7 @@ class ORFRadioIE(InfoExtractor):
class ORFFM4IE(ORFRadioIE):
IE_NAME = 'orf: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 = {
'url': 'https://fm4.orf.at/player/20200101/4HOP',