mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-02 09:12:40 +01: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,
|
'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 @@ def _real_extract(self, url):
|
|||||||
'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,
|
||||||
|
Loading…
Reference in New Issue
Block a user