aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/playtvak.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/playtvak.py')
-rw-r--r--hypervideo_dl/extractor/playtvak.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/playtvak.py b/hypervideo_dl/extractor/playtvak.py
index 84e92dd..30c8a59 100644
--- a/hypervideo_dl/extractor/playtvak.py
+++ b/hypervideo_dl/extractor/playtvak.py
@@ -167,8 +167,6 @@ class PlaytvakIE(InfoExtractor):
title = item['title']
is_live = item['type'] == 'stream'
- if is_live:
- title = self._live_title(title)
description = self._og_search_description(webpage, default=None) or self._html_search_meta(
'description', webpage, 'description', default=None)
timestamp = None