Amazon Video - subtitle downloader

Allows you to download subtitles from Amazon Video

< Commentaires sur Amazon Video - subtitle downloader

Avis: Bon - le script fonctionne correctement

§
Posté le: 24/06/2021

Script works great and as intended from the creator.
Please add to the description that you need to open the show page info for the download link to appear.

I know that the creator doesn't plan to make it download selected languages.
I hope that he changes his mind on that cause its inconvenient to download numerous of files just to delete them later.

Thanks for the script, cheers.

§
Posté le: 24/06/2021
Édité le: 24/06/2021

If you want to download the subtitles for one language only, in Firefox press on Tampermonky icon then press on "Dashboard", below "Actions" press on "Edit" icon, and from "Find" menu press on "Find" and search for

  let lang = subInfo.languageCode;

https://i.imgur.com/UtyE2m9.png

https://i.imgur.com/8YIn7P2.png

https://i.imgur.com/DRakkJg.png

https://i.imgur.com/KwE6wW9.png

then replace

  let lang = subInfo.languageCode;

with

  let lang = subInfo.languageCode;
  if(lang.indexOf('ar') !== 0)
    return;

https://i.imgur.com/5mqp1Ie.png

and instead of 'ar' put your language code, for example for the English language put 'en' and from "File" menu press on "Save", and every time the script got updated repeat the same steps.

https://i.imgur.com/aMU0oJi.png

Languages codes:

http://www.lingoes.net/en/translator/langcode.htm

Many thanks for "Tithen-Firion" for the code that is used for downloading the subtitles of one language only.

§
Posté le: 24/06/2021

@Essam3111

Works like a charm my friend

Thank You so Much
Cheers

Poster une réponse

Connectez-vous pour poster une réponse.