mirror of
https://github.com/ytdl-org/youtube-dl
synced 2024-11-05 01:48:01 +09:00
Correct simplify_title call in ComedyCentral IE
This commit is contained in:
parent
0ae7abe57c
commit
208e095f72
@ -3186,7 +3186,7 @@ class ComedyCentralIE(InfoExtractor):
|
||||
'uploader': showId,
|
||||
'upload_date': officialDate,
|
||||
'title': effTitle,
|
||||
'stitle': self._simplify_title(effTitle),
|
||||
'stitle': _simplify_title(effTitle),
|
||||
'ext': 'mp4',
|
||||
'format': format,
|
||||
'thumbnail': None,
|
||||
|
@ -3186,7 +3186,7 @@ class ComedyCentralIE(InfoExtractor):
|
||||
'uploader': showId,
|
||||
'upload_date': officialDate,
|
||||
'title': effTitle,
|
||||
'stitle': self._simplify_title(effTitle),
|
||||
'stitle': _simplify_title(effTitle),
|
||||
'ext': 'mp4',
|
||||
'format': format,
|
||||
'thumbnail': None,
|
||||
|
Loading…
Reference in New Issue
Block a user