mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	YoutubeIE when no description is found use an empty unicode string (closes #800)
This commit is contained in:
		| @@ -570,7 +570,7 @@ class YoutubeIE(InfoExtractor): | ||||
|         if video_description: | ||||
|             video_description = clean_html(video_description) | ||||
|         else: | ||||
|             video_description = '' | ||||
|             video_description = u'' | ||||
|  | ||||
|         # subtitles | ||||
|         video_subtitles = None | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz