ComedycentralIE: Force conversion of the description to unicode (close #941)
When writing to a file it would fail.main
parent
ed92bc9f6e
commit
bcd606c0fe
|
@ -172,7 +172,7 @@ class ComedyCentralIE(InfoExtractor):
|
|||
'ext': 'mp4',
|
||||
'format': format,
|
||||
'thumbnail': None,
|
||||
'description': officialTitle,
|
||||
'description': compat_str(officialTitle),
|
||||
}
|
||||
results.append(info)
|
||||
|
||||
|
|
Loading…
Reference in New Issue