mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	ComedycentralIE: Force conversion of the description to unicode (close #941)
When writing to a file it would fail.
This commit is contained in:
		| @@ -172,7 +172,7 @@ class ComedyCentralIE(InfoExtractor): | ||||
|                 'ext': 'mp4', | ||||
|                 'format': format, | ||||
|                 'thumbnail': None, | ||||
|                 'description': officialTitle, | ||||
|                 'description': compat_str(officialTitle), | ||||
|             } | ||||
|             results.append(info) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz