mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-07-04 13:02:48 -05:00
Correct simplify_title call in ComedyCentral IE
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user