]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/mangomolo.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / mangomolo.py
index acee370e931602bd3972eb631109e71c74c97ce8..68ce138b3e4818c8179d6883d485284f26cef2a0 100644 (file)
@@ -33,7 +33,7 @@ def _real_extract(self, url):
 
         return {
             'id': page_id,
-            'title': self._live_title(page_id) if self._IS_LIVE else page_id,
+            'title': page_id,
             'uploader_id': hidden_inputs.get('userid'),
             'duration': int_or_none(hidden_inputs.get('duration')),
             'is_live': self._IS_LIVE,