mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[vk] Capture clip URLs
				
					
				
			This commit is contained in:
		| @@ -87,7 +87,7 @@ class VKIE(VKBaseIE): | ||||
|                             ) | ||||
|                             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/ | ||||
|                             ) | ||||
|                             (?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. | ||||
|             'url': 'https://vk.com/video-51812607_171445436', | ||||
|             'only_matching': True, | ||||
|         }, | ||||
|         { | ||||
|             'url': 'https://vk.com/clip30014565_456240946', | ||||
|             'only_matching': True, | ||||
|         }] | ||||
|  | ||||
|     @staticmethod | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan