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