From 5af1f19787f7d652fce72dd3ab9536cdd980fe85 Mon Sep 17 00:00:00 2001 From: garret Date: Mon, 8 Jan 2024 17:59:44 +0000 Subject: [PATCH] [ie/NhkRadiruLive] Make metadata extraction non-fatal (#8956) Authored by: garret1317 --- yt_dlp/extractor/nhk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/nhk.py b/yt_dlp/extractor/nhk.py index cc3c79174..4b3d185a3 100644 --- a/yt_dlp/extractor/nhk.py +++ b/yt_dlp/extractor/nhk.py @@ -665,7 +665,7 @@ def _real_extract(self, url): noa_info = self._download_json( f'https:{config.find(".//url_program_noa").text}'.format(area=data.find('areakey').text), - station, note=f'Downloading {area} station metadata') + station, note=f'Downloading {area} station metadata', fatal=False) present_info = traverse_obj(noa_info, ('nowonair_list', self._NOA_STATION_IDS.get(station), 'present')) return {