mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-05 11:57:08 -05:00
Correct simplify_title call in ComedyCentral IE
This commit is contained in:
@@ -3186,7 +3186,7 @@ class ComedyCentralIE(InfoExtractor):
|
|||||||
'uploader': showId,
|
'uploader': showId,
|
||||||
'upload_date': officialDate,
|
'upload_date': officialDate,
|
||||||
'title': effTitle,
|
'title': effTitle,
|
||||||
'stitle': self._simplify_title(effTitle),
|
'stitle': _simplify_title(effTitle),
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'format': format,
|
'format': format,
|
||||||
'thumbnail': None,
|
'thumbnail': None,
|
||||||
|
|||||||
@@ -3186,7 +3186,7 @@ class ComedyCentralIE(InfoExtractor):
|
|||||||
'uploader': showId,
|
'uploader': showId,
|
||||||
'upload_date': officialDate,
|
'upload_date': officialDate,
|
||||||
'title': effTitle,
|
'title': effTitle,
|
||||||
'stitle': self._simplify_title(effTitle),
|
'stitle': _simplify_title(effTitle),
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'format': format,
|
'format': format,
|
||||||
'thumbnail': None,
|
'thumbnail': None,
|
||||||
|
|||||||
Reference in New Issue
Block a user