Nexus Download Collection

Download every mods of a collection in a single click

< Commentaires sur Nexus Download Collection

Avis: Bon - le script fonctionne correctement

§
Posté le: 2024-05-18

works fine, had to change the extra pause as 1.5mb/s for bigger files was a bit slow. I reached more than 3mb/s in avr. with nexusmods slow download.

§
Posté le: 2024-05-18

I hope that was the right block to change.

this.pauseBetweenDownload === 0
        ? 0
        : Math.round(mod.file.size / 1024 / 3) + this.pauseBetweenDownload;

I just divided it between 2.5 - 3 instead of 1 (3 has a faster time than the actual download)

DrigtimeAuteur
§
Posté le: 2024-05-20

Hi, thank for the feedback ;)
Yeah I based my calcul on a 1m/s download speed because in my test the speed was always below 1.5m/s.

I just discovered that this 3m/s download speed is ONLY for the users that dont have adblock on 🤯 https://help.nexusmods.com/article/96-download-speed-caps-adblockers-and-different-types-of-membership I might try to investigate this to bypass it

You did edit the right part of the code ;)
I had in mind to add a field to set this value, maybe I'll add it when I have time.

§
Posté le: 2024-05-27

I have adblock and it still went up to 3mb/s, sometimes even above that but quickly went down.

§
Posté le: 2024-05-27

I have adblock and it still went up to 3mb/s, sometimes even above that but quickly went down.

My bad. This is probably because i have the supporter rank.

Poster une réponse

Connectez-vous pour poster une réponse.