Amazon Video - subtitle downloader

Allows you to download subtitles from Amazon Video

< Feedback on Amazon Video - subtitle downloader

Review: Good - script works

§
Posted: 2020-11-09

There's an error when downloading subtitles from a replay of an match event.
TypeError: Cannot read property 'catalog' of undefined
https://www.amazon.co.uk/gp/video/detail/B08KYJPNF5/

Doesn't work for live events, but that's understandable.

§
Posted: 2020-11-09

You can edit the script (editing the script is available in Tampermonkey, Greasemonkey and Violentmonkey) and replace line 191 (console.log(info);) with saveAs(new Blob([JSON.stringify(info)], {type: 'text/json;charset=utf-8'}), 'info.json', true); Next time it should prompt you to save the info.json file. It's a text file. You can upload it somewhere (pastebin.com for example, but set it as unlisted) and send me the link in a private message. I don't remember if that info can contain your personal info so don't send it here.

Post reply

Sign in to post a reply.