mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[vimeo] Make the protocol mandatory in the url (fixes #3926)
If it's missing, it will be correctly handled by the generic IE.
This commit is contained in:
		| @@ -56,7 +56,7 @@ class VimeoIE(VimeoBaseInfoExtractor, SubtitlesInfoExtractor): | ||||
|  | ||||
|     # _VALID_URL matches Vimeo URLs | ||||
|     _VALID_URL = r'''(?x) | ||||
|         (?P<proto>(?:https?:)?//)? | ||||
|         https?:// | ||||
|         (?:(?:www|(?P<player>player))\.)? | ||||
|         vimeo(?P<pro>pro)?\.com/ | ||||
|         (?!channels/[^/?#]+/?(?:$|[?#])|album/) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz