aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/bitwave.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/bitwave.py')
-rw-r--r--hypervideo_dl/extractor/bitwave.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/bitwave.py b/hypervideo_dl/extractor/bitwave.py
index eb16c46..e6e093f 100644
--- a/hypervideo_dl/extractor/bitwave.py
+++ b/hypervideo_dl/extractor/bitwave.py
@@ -51,7 +51,7 @@ class BitwaveStreamIE(InfoExtractor):
return {
'id': username,
- 'title': self._live_title(channel['data']['title']),
+ 'title': channel['data']['title'],
'uploader': username,
'uploader_id': username,
'formats': formats,