]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/extractor/ndr.py
[extractor] Standardize `_live_title`
[yt-dlp.git] / yt_dlp / extractor / ndr.py
index f2bae2c1a0090a94a7d4ce96cf1f25f3e53df1ee..1917254b8d663b0e2e3005e61cc88f0d2a33c540 100644 (file)
@@ -245,8 +245,6 @@ def _real_extract(self, url):
 
         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'))