aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/showroomlive.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/showroomlive.py')
-rw-r--r--hypervideo_dl/extractor/showroomlive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/showroomlive.py b/hypervideo_dl/extractor/showroomlive.py
index efd9d56..1aada69 100644
--- a/hypervideo_dl/extractor/showroomlive.py
+++ b/hypervideo_dl/extractor/showroomlive.py
@@ -73,7 +73,7 @@ class ShowRoomLiveIE(InfoExtractor):
return {
'id': compat_str(room.get('live_id') or broadcaster_id),
- 'title': self._live_title(title),
+ 'title': title,
'description': room.get('description'),
'timestamp': int_or_none(room.get('current_live_started_at')),
'uploader': uploader,