Netflix - subtitle downloader

Allows you to download subtitles from Netflix

< Commentaires sur Netflix - subtitle downloader

Avis: OK - le script fonctionne, mais souffre de quelques problèmes

§
Posté le: 2024-12-11

Since yesterday, the download button cannot be displayed again. Tried with chrome and firefox, both failed.

§
Posté le: 2024-12-11

Don't have an account so you will have to do some troubleshooting.

Open some movie/episode. Open the browser console (Ctrl+Shift+I, then click on the "Console" tab). Paste this and press enter: document.querySelector('#subtitle-downloader-menu');

Does it show some element or null? If it's null, edit the UserScript. Find this line:

const processMetadata = data => {

Add this line right below:

console.log("processing metadata!");

Save the UserScript, go back to the tab with a movie/episode. Keep the console open and refresh the page. Does it say "processing metadata!" in the console or not?

§
Posté le: 2024-12-11

Still 'null' on the console after refreshing

§
Posté le: 2024-12-13

The request for video metadata has changed from xhr to fetch
Please fix it

§
Posté le: 2024-12-13

It's not working for me either :( I checked on Chrome and Edge.

§
Posté le: 2024-12-13

Try 4.2.8.

§
Posté le: 2024-12-13

It's working now :) Thank you!

Poster une réponse

Connectez-vous pour poster une réponse.