mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 23:37:08 -05:00 
			
		
		
		
	Merge pull request #864 from jacobian/vimeopro
Fixed an error downloading vimeo pro videos.
This commit is contained in:
		@@ -1099,7 +1099,7 @@ class VimeoIE(InfoExtractor):
 | 
			
		||||
 | 
			
		||||
        # Extract uploader and uploader_id
 | 
			
		||||
        video_uploader = config["video"]["owner"]["name"]
 | 
			
		||||
        video_uploader_id = config["video"]["owner"]["url"].split('/')[-1]
 | 
			
		||||
        video_uploader_id = config["video"]["owner"]["url"].split('/')[-1] if config["video"]["owner"]["url"] else None
 | 
			
		||||
 | 
			
		||||
        # Extract video thumbnail
 | 
			
		||||
        video_thumbnail = config["video"]["thumbnail"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user