aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/tvplayer.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/tvplayer.py')
-rw-r--r--hypervideo_dl/extractor/tvplayer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/tvplayer.py b/hypervideo_dl/extractor/tvplayer.py
index 8f8686a..5970596 100644
--- a/hypervideo_dl/extractor/tvplayer.py
+++ b/hypervideo_dl/extractor/tvplayer.py
@@ -80,7 +80,7 @@ class TVPlayerIE(InfoExtractor):
return {
'id': resource_id,
'display_id': display_id,
- 'title': self._live_title(title),
+ 'title': title,
'formats': formats,
'is_live': True,
}