Also enable album URLs on Vimeo.
This commit is contained in:
		
							parent
							
								
									5002aea371
								
							
						
					
					
						commit
						297d7fd9c0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1030,7 +1030,7 @@ class VimeoIE(InfoExtractor):
 | 
			
		|||
	"""Information extractor for vimeo.com."""
 | 
			
		||||
 | 
			
		||||
	# _VALID_URL matches Vimeo URLs
 | 
			
		||||
	_VALID_URL = r'(?:https?://)?(?:(?:www|player).)?vimeo\.com/(?:groups/[^/]+/)?(?:videos?/)?([0-9]+)'
 | 
			
		||||
	_VALID_URL = r'(?:https?://)?(?:(?:www|player).)?vimeo\.com/(?:(?:groups|album)/[^/]+/)?(?:videos?/)?([0-9]+)'
 | 
			
		||||
	IE_NAME = u'vimeo'
 | 
			
		||||
 | 
			
		||||
	def __init__(self, downloader=None):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue