mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
[mediaklikk] added m4sport support
This commit is contained in:
parent
b66a8c363e
commit
f15317c8d1
@ -8,7 +8,7 @@ import re
|
|||||||
|
|
||||||
class MediaKlikkIE(InfoExtractor):
|
class MediaKlikkIE(InfoExtractor):
|
||||||
# Named regular expression group: (?P<name>...) used for referencing match as 'id'
|
# Named regular expression group: (?P<name>...) used for referencing match as 'id'
|
||||||
_VALID_URL = r'https?://(?:www\.)?mediaklikk\.hu/video/(?P<id>[^/]+)/?'
|
_VALID_URL = r'https?://(?:www\.)?(?:mediaklikk|m4sport)\.hu/videok?/(?P<id>[^/]+)/?'
|
||||||
|
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'https://mediaklikk.hu/video/kiberma-2020-04-30-i-adas/',
|
'url': 'https://mediaklikk.hu/video/kiberma-2020-04-30-i-adas/',
|
||||||
|
Loading…
Reference in New Issue
Block a user