[vk] Capture `clip` URLs

pull/2222/head
pukkandan 2 years ago
parent 06e57990f7
commit 21df2117e4
No known key found for this signature in database
GPG Key ID: 0F00D95A001F4698

@ -87,7 +87,7 @@ class VKIE(VKBaseIE):
) )
ext\.php\?(?P<embed_query>.*?\boid=(?P<oid>-?\d+).*?\bid=(?P<id>\d+).*)| ext\.php\?(?P<embed_query>.*?\boid=(?P<oid>-?\d+).*?\bid=(?P<id>\d+).*)|
(?: (?:
(?:(?:m|new)\.)?vk\.com/(?:.+?\?.*?z=)?video| (?:(?:m|new)\.)?vk\.com/(?:.+?\?.*?z=)?(?:video|clip)|
(?:www\.)?daxab.com/embed/ (?:www\.)?daxab.com/embed/
) )
(?P<videoid>-?\d+_\d+)(?:.*\blist=(?P<list_id>([\da-f]+)|(ln-[\da-zA-Z]+)))? (?P<videoid>-?\d+_\d+)(?:.*\blist=(?P<list_id>([\da-f]+)|(ln-[\da-zA-Z]+)))?
@ -309,6 +309,10 @@ class VKIE(VKBaseIE):
# The video is not available in your region. # The video is not available in your region.
'url': 'https://vk.com/video-51812607_171445436', 'url': 'https://vk.com/video-51812607_171445436',
'only_matching': True, 'only_matching': True,
},
{
'url': 'https://vk.com/clip30014565_456240946',
'only_matching': True,
}] }]
@staticmethod @staticmethod

Loading…
Cancel
Save