aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/ndr.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-15 13:01:17 -0500
committerJesús <heckyel@hyperbola.info>2021-12-15 13:01:17 -0500
commit97eb14c3689ac0589c41948161bc3ca23be31d95 (patch)
tree1b4ccb2b7243fc09ca9baf1f7fe907436cc4af4a /yt_dlp/extractor/ndr.py
parent8389a1296991bbb0b36c61dce7d0691c69d865bf (diff)
parent3116be32b404cbeca066d73a14079a11b8072faf (diff)
downloadhypervideo-pre-97eb14c3689ac0589c41948161bc3ca23be31d95.tar.lz
hypervideo-pre-97eb14c3689ac0589c41948161bc3ca23be31d95.tar.xz
hypervideo-pre-97eb14c3689ac0589c41948161bc3ca23be31d95.zip
updated from upstream | 15/12/2021 at 13:01
Diffstat (limited to 'yt_dlp/extractor/ndr.py')
-rw-r--r--yt_dlp/extractor/ndr.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/yt_dlp/extractor/ndr.py b/yt_dlp/extractor/ndr.py
index f2bae2c1a..1917254b8 100644
--- a/yt_dlp/extractor/ndr.py
+++ b/yt_dlp/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'))