aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/mangomolo.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/mangomolo.py')
-rw-r--r--yt_dlp/extractor/mangomolo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/mangomolo.py b/yt_dlp/extractor/mangomolo.py
index acee370e9..68ce138b3 100644
--- a/yt_dlp/extractor/mangomolo.py
+++ b/yt_dlp/extractor/mangomolo.py
@@ -33,7 +33,7 @@ class MangomoloBaseIE(InfoExtractor):
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,