[nhk] Update m3u8 URL and use native hls (#24329)
This commit is contained in:
parent
9bfe088594
commit
541fe3eaff
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue