mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 06:27:06 -05:00 
			
		
		
		
	[vk:uservideos] Improve _VALID_URL (Closes #8389)
This commit is contained in:
		@@ -321,7 +321,7 @@ class VKIE(InfoExtractor):
 | 
			
		||||
class VKUserVideosIE(InfoExtractor):
 | 
			
		||||
    IE_NAME = 'vk:uservideos'
 | 
			
		||||
    IE_DESC = "VK - User's Videos"
 | 
			
		||||
    _VALID_URL = r'https?://vk\.com/videos(?P<id>-?[0-9]+)$'
 | 
			
		||||
    _VALID_URL = r'https?://vk\.com/videos(?P<id>-?[0-9]+)(?!\?.*\bz=video)(?:[/?#&]|$)'
 | 
			
		||||
    _TEMPLATE_URL = 'https://vk.com/videos'
 | 
			
		||||
    _TESTS = [{
 | 
			
		||||
        'url': 'http://vk.com/videos205387401',
 | 
			
		||||
@@ -333,6 +333,9 @@ class VKUserVideosIE(InfoExtractor):
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'http://vk.com/videos-77521',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }, {
 | 
			
		||||
        'url': 'http://vk.com/videos-97664626?section=all',
 | 
			
		||||
        'only_matching': True,
 | 
			
		||||
    }]
 | 
			
		||||
 | 
			
		||||
    def _real_extract(self, url):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user