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

Authored by: garret1317
pull/8989/head
garret 5 months ago committed by GitHub
parent b6951271ac
commit 5af1f19787
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save