mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-01 11:32:52 -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