]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/dlive.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / dlive.py
index 90462c0abb07b25a2521fa38f5e9354f30856b16..7410eb6c8707f03986d9fe6c3c9c3f112347c11c 100644 (file)
@@ -84,7 +84,7 @@ def _real_extract(self, url):
         self._sort_formats(formats)
         return {
             'id': display_name,
-            'title': self._live_title(title),
+            'title': title,
             'uploader': display_name,
             'uploader_id': username,
             'formats': formats,