aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/dlive.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/dlive.py')
-rw-r--r--hypervideo_dl/extractor/dlive.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/dlive.py b/hypervideo_dl/extractor/dlive.py
index 90462c0..7410eb6 100644
--- a/hypervideo_dl/extractor/dlive.py
+++ b/hypervideo_dl/extractor/dlive.py
@@ -84,7 +84,7 @@ class DLiveStreamIE(InfoExtractor):
self._sort_formats(formats)
return {
'id': display_name,
- 'title': self._live_title(title),
+ 'title': title,
'uploader': display_name,
'uploader_id': username,
'formats': formats,