mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	[ie/NhkRadiruLive] Make metadata extraction non-fatal (#8956)
Authored by: garret1317
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user