From 39ca3b5c7f8b05ce2b23bfda158ddf8d47434794 Mon Sep 17 00:00:00 2001 From: pukkandan Date: Wed, 15 Dec 2021 21:30:46 +0530 Subject: [extractor] Standardize `_live_title` --- yt_dlp/extractor/ndr.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'yt_dlp/extractor/ndr.py') 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')) -- cgit v1.2.3