vimeo: Ignore if we are using HTTP/S or not.
This commit is contained in:
		
							parent
							
								
									0ecedbdb03
								
							
						
					
					
						commit
						1e055db69c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1724,7 +1724,7 @@ class VimeoIE(InfoExtractor):
 | 
			
		|||
	"""Information extractor for vimeo.com."""
 | 
			
		||||
 | 
			
		||||
	# _VALID_URL matches Vimeo URLs
 | 
			
		||||
	_VALID_URL = r'(?:http://)?(?:(?:www|player).)?vimeo\.com/(?:video/)?([0-9]+)'
 | 
			
		||||
	_VALID_URL = r'(?:https?://)?(?:(?:www|player).)?vimeo\.com/(?:video/)?([0-9]+)'
 | 
			
		||||
 | 
			
		||||
	def __init__(self, downloader=None):
 | 
			
		||||
		InfoExtractor.__init__(self, downloader)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue