mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	Merge remote-tracking branch 'sagittarian/vimeo-no-desc'
This commit is contained in:
		| @@ -1130,7 +1130,7 @@ class VimeoIE(InfoExtractor): | ||||
|         # Extract video description | ||||
|         video_description = get_element_by_attribute("itemprop", "description", webpage) | ||||
|         if video_description: video_description = clean_html(video_description) | ||||
|         else: video_description = '' | ||||
|         else: video_description = u'' | ||||
|  | ||||
|         # Extract upload date | ||||
|         video_upload_date = None | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister