Allows you to download subtitles from Amazon Video
< 腳本Amazon Video - subtitle downloader的回應
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.
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.