aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/turner.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/turner.py')
-rw-r--r--hypervideo_dl/extractor/turner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_dl/extractor/turner.py b/hypervideo_dl/extractor/turner.py
index 32125bc..519dc32 100644
--- a/hypervideo_dl/extractor/turner.py
+++ b/hypervideo_dl/extractor/turner.py
@@ -205,7 +205,7 @@ class TurnerBaseIE(AdobePassIE):
return {
'id': video_id,
- 'title': self._live_title(title) if is_live else title,
+ 'title': title,
'formats': formats,
'subtitles': subtitles,
'thumbnails': thumbnails,