mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 04:27:07 -05:00 
			
		
		
		
	[vimeo] Fix the extraction of vimeo pro and player.vimeo.com videos
This commit is contained in:
		@@ -151,7 +151,7 @@ class VimeoIE(InfoExtractor):
 | 
			
		||||
                config = json.loads(config_json)
 | 
			
		||||
            except RegexNotFoundError:
 | 
			
		||||
                # For pro videos or player.vimeo.com urls
 | 
			
		||||
                config = self._search_regex([r' = {config:({.+?}),assets:', r'c=({.+?);'],
 | 
			
		||||
                config = self._search_regex([r' = {config:({.+?}),assets:', r'(?:c|b)=({.+?});'],
 | 
			
		||||
                    webpage, u'info section', flags=re.DOTALL)
 | 
			
		||||
                config = json.loads(config)
 | 
			
		||||
        except Exception as e:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user