[ie/NhkRadiruLive] Make metadata extraction non-fatal (#8956)

Authored by: garret1317
This commit is contained in:
garret
2024-01-08 17:59:44 +00:00
committed by GitHub
parent b6951271ac
commit 5af1f19787

View File

@@ -665,7 +665,7 @@ class NhkRadiruLiveIE(InfoExtractor):
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 {