mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 06:07:07 -05:00 
			
		
		
		
	[vube] Make video description optional as it may be missing
This commit is contained in:
		@@ -45,7 +45,7 @@ class VubeIE(InfoExtractor):
 | 
			
		||||
        self._sort_formats(formats)
 | 
			
		||||
 | 
			
		||||
        title = video['title']
 | 
			
		||||
        description = video['description']
 | 
			
		||||
        description = video.get('description')
 | 
			
		||||
        thumbnail = video['thumbnail_src']
 | 
			
		||||
        if thumbnail.startswith('//'):
 | 
			
		||||
            thumbnail = 'http:' + thumbnail
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user