mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-31 22:55:18 +00:00
[extractor] Standardize _live_title
This commit is contained in:
@@ -36,7 +36,7 @@ class SkylineWebcamsIE(InfoExtractor):
|
||||
'id': video_id,
|
||||
'url': stream_url,
|
||||
'ext': 'mp4',
|
||||
'title': self._live_title(title),
|
||||
'title': title,
|
||||
'description': description,
|
||||
'is_live': True,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user