mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-18 23:03:05 +01:00
Correct simplify_title call in ComedyCentral IE
This commit is contained in:
parent
0ae7abe57c
commit
208e095f72
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue