aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/tunein.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/tunein.py')
-rw-r--r--hypervideo_dl/extractor/tunein.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/tunein.py b/hypervideo_dl/extractor/tunein.py
index c7a5f5a..7e51de8 100644
--- a/hypervideo_dl/extractor/tunein.py
+++ b/hypervideo_dl/extractor/tunein.py
@@ -62,7 +62,7 @@ class TuneInBaseIE(InfoExtractor):
return {
'id': content_id,
- 'title': self._live_title(title) if is_live else title,
+ 'title': title,
'formats': formats,
'thumbnail': thumbnail,
'location': location,