mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-07 11:42:43 +01:00
parent
1ee34c76bb
commit
f7b558df4d
@ -12,8 +12,8 @@
|
|||||||
|
|
||||||
|
|
||||||
class MediaKlikkIE(InfoExtractor):
|
class MediaKlikkIE(InfoExtractor):
|
||||||
_VALID_URL = r'''(?x)^https?:\/\/(?:www\.)?
|
_VALID_URL = r'''(?x)https?://(?:www\.)?
|
||||||
(?:mediaklikk|m4sport|hirado|petofilive)\.hu\/.*?videok?\/
|
(?:mediaklikk|m4sport|hirado|petofilive)\.hu/.*?(?:videok?|cikk)/
|
||||||
(?:(?P<year>[0-9]{4})/(?P<month>[0-9]{1,2})/(?P<day>[0-9]{1,2})/)?
|
(?:(?P<year>[0-9]{4})/(?P<month>[0-9]{1,2})/(?P<day>[0-9]{1,2})/)?
|
||||||
(?P<id>[^/#?_]+)'''
|
(?P<id>[^/#?_]+)'''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user