]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/brightcove.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / brightcove.py
index 82bb76f2998d0aa8143a239a763b832f9653bb2d..6fd15653c5ae379efc56328477643006b2586115 100644 (file)
@@ -581,7 +581,7 @@ def build_format_id(kind):
 
         return {
             'id': video_id,
-            'title': self._live_title(title) if is_live else title,
+            'title': title,
             'description': clean_html(json_data.get('description')),
             'thumbnail': json_data.get('thumbnail') or json_data.get('poster'),
             'thumbnials': thumbnails,