mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[Vimeo] Fix e19ec52 for tween-age Pythons
				
					
				
			* a check in older Pythons in the 2.7 and earlier, 3.3, 3.4 series caused "sre_constants.error: nothing to repeat" * satisfy the check by avoiding nested qualifiers that can match empty string Resolves #31597
This commit is contained in:
		| @@ -286,7 +286,7 @@ class VimeoIE(VimeoBaseInfoExtractor): | |||||||
|                              /(?!videos|likes)[^/?#]+/?| |                              /(?!videos|likes)[^/?#]+/?| | ||||||
|                              (?(q)|/(?P<unlisted_hash>[\da-f]{10}))? |                              (?(q)|/(?P<unlisted_hash>[\da-f]{10}))? | ||||||
|                          ) |                          ) | ||||||
|                          (?:(?(q)[&]|(?(u)|/?)[?]).*?)?(?:[#].*)?$ |                          (?:(?(q)[&]|(?(u)|/?)[?]).+?)?(?:[#].*)?$ | ||||||
|                  ''' |                  ''' | ||||||
|     IE_NAME = 'vimeo' |     IE_NAME = 'vimeo' | ||||||
|     _TESTS = [ |     _TESTS = [ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user