mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-23 01:22:57 +07:00
[extractor] Standardize _live_title
This commit is contained in:
@@ -170,7 +170,7 @@ def _real_extract(self, url):
|
||||
return {
|
||||
'id': channel_id,
|
||||
'display_id': channel_data.get('alias'),
|
||||
'title': self._live_title(title) if is_live else title,
|
||||
'title': title,
|
||||
'description': channel_data.get('description'),
|
||||
'thumbnails': thumbnails,
|
||||
'formats': formats,
|
||||
|
||||
Reference in New Issue
Block a user