[mediaklikk] Expand valid URL

Partial fix for #1409
pull/1778/head
pukkandan 3 years ago
parent 1ee34c76bb
commit f7b558df4d
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -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…
Cancel
Save