mirror of https://github.com/yt-dlp/yt-dlp.git
parent
1ee34c76bb
commit
f7b558df4d
|
@ -12,8 +12,8 @@ from ..compat import (
|
|||
|
||||
|
||||
class MediaKlikkIE(InfoExtractor):
|
||||
_VALID_URL = r'''(?x)^https?:\/\/(?:www\.)?
|
||||
(?:mediaklikk|m4sport|hirado|petofilive)\.hu\/.*?videok?\/
|
||||
_VALID_URL = r'''(?x)https?://(?:www\.)?
|
||||
(?: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<id>[^/#?_]+)'''
|
||||
|
||||
|
|
Loading…
Reference in New Issue