]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/vlive.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / vlive.py
index 8fccf1b63b1523fefefbf47a98b8c603e67f2cc5..547bdd3237423f6a10e76a270cc0dae0c2b0a395 100644 (file)
@@ -210,7 +210,7 @@ def get_common_fields():
                 self._sort_formats(formats)
                 info = get_common_fields()
                 info.update({
-                    'title': self._live_title(video['title']),
+                    'title': video['title'],
                     'id': video_id,
                     'formats': formats,
                     'is_live': True,