parent
df63cafe49
commit
a373befa25
2 changed files with 13 additions and 5 deletions
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue