[nhk] fix video extraction(closes #22249)(closes #22353)

This commit is contained in:
Remita Amine 2019-09-24 20:23:56 +01:00
parent df63cafe49
commit a373befa25
2 changed files with 13 additions and 5 deletions

View file

@ -60,8 +60,8 @@ class NhkVodIE(InfoExtractor):
if is_video:
info.update({
'_type': 'url_transparent',
'ie_key': 'Ooyala',
'url': 'ooyala:' + episode['vod_id'],
'ie_key': 'Piksel',
'url': 'https://player.piksel.com/v/refid/nhkworld/prefid/' + episode['vod_id'],
})
else:
audio = episode['audio']