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:
@@ -201,7 +201,7 @@ def _real_extract(self, url):
|
||||
|
||||
return {
|
||||
'id': video_id,
|
||||
'title': self._live_title(title) if is_live else title,
|
||||
'title': title,
|
||||
'description': description,
|
||||
'thumbnail': thumbnail,
|
||||
'view_count': view_count,
|
||||
|
||||
Reference in New Issue
Block a user