mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[nhk] Update m3u8 URL and use native hls (#24329)
This commit is contained in:
		| @@ -85,8 +85,9 @@ class NhkVodIE(InfoExtractor): | ||||
|             audio = episode['audio'] | ||||
|             audio_path = audio['audio'] | ||||
|             info['formats'] = self._extract_m3u8_formats( | ||||
|                 'https://nhks-vh.akamaihd.net/i%s/master.m3u8' % audio_path, | ||||
|                 episode_id, 'm4a', m3u8_id='hls', fatal=False) | ||||
|                 'https://nhkworld-vh.akamaihd.net/i%s/master.m3u8' % audio_path, | ||||
|                 episode_id, 'm4a', entry_protocol='m3u8_native', | ||||
|                 m3u8_id='hls', fatal=False) | ||||
|             for f in info['formats']: | ||||
|                 f['language'] = lang | ||||
|         return info | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․