mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-23 00:54:31 +01:00
ComedycentralIE: Force conversion of the description to unicode (close #941)
When writing to a file it would fail.
This commit is contained in:
parent
ed92bc9f6e
commit
bcd606c0fe
@ -172,7 +172,7 @@ class ComedyCentralIE(InfoExtractor):
|
|||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'format': format,
|
'format': format,
|
||||||
'thumbnail': None,
|
'thumbnail': None,
|
||||||
'description': officialTitle,
|
'description': compat_str(officialTitle),
|
||||||
}
|
}
|
||||||
results.append(info)
|
results.append(info)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user