mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 03:37:08 -05: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