Netflix - subtitle downloader

Allows you to download subtitles from Netflix

< Rückmeldungen auf Netflix - subtitle downloader

Rezension: OK - Skript funktioniert, hat aber Fehler

§
Veröffentlicht: 11.12.2024

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

Tithen-FirionVerfasser
§
Veröffentlicht: 11.12.2024

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?

§
Veröffentlicht: 11.12.2024

Still 'null' on the console after refreshing

§
Veröffentlicht: 13.12.2024

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

Antwort schreiben

Anmelden um eine Antwort zu senden.