aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_dl/extractor/ndr.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_dl/extractor/ndr.py')
-rw-r--r--hypervideo_dl/extractor/ndr.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/hypervideo_dl/extractor/ndr.py b/hypervideo_dl/extractor/ndr.py
index f2bae2c..1917254 100644
--- a/hypervideo_dl/extractor/ndr.py
+++ b/hypervideo_dl/extractor/ndr.py
@@ -245,8 +245,6 @@ class NDREmbedBaseIE(InfoExtractor):
live = playlist.get('config', {}).get('streamType') in ['httpVideoLive', 'httpAudioLive']
title = config['title']
- if live:
- title = self._live_title(title)
uploader = ppjson.get('config', {}).get('branding')
upload_date = ppjson.get('config', {}).get('publicationDate')
duration = int_or_none(config.get('duration'))