Batch download torrents from nyaa.si
This plugin has been re-written using TypeScript, Please see below for more info
You can now download your files as a ZIP file, this will download all the selected episodes and zip them for you
If you wish to see the Typescript source, click here
The reason as to why there where issues downloading large torrent batches before is because the site actually has a limit as to how many requests there can be in a set period of time, the nginx server used by nyaa was blocking the fast requests, so there needed to be an artifical delay on all requests, I have made this the fastest i can without the server thinking it's being DOS'd
For this reason, there is still a chance of a file failing to download of massive batches, if you get an alert saying "internal sever error" it normally means that file it was on was blocked from the download. If you counter this, then please check your downloads and download the missing file.
This is a script that allows you to automatically batch/Bulk download all the anime torrents on a particular page that matches a current subber and resolution on the nyaa.si torrent website
for example, if you wanted to download all of the 1080p torrents on the first page of "Plastic Memories" from Horribl###bs, you would go to Horribl###bs's profile and search "Plastic Memories" under it. for example:
https://nyaa.si/user/Horribl###bs?f=0&c=0_0&q=Plastic+memories
as long as the URL has a match (aka, searching for anime under a particular user/subber) you will then see a table with some options, these include:
A good example of multiple table parsing can be found at this url:
https://nyaa.si/user/Horribl###bs?f=0&c=0_0&q=Naruto
The options (currently only "minimum seeders") are all stored in the browsers local storage, so you can navigate and it will always be set; to remove, save the input as "blank"
Along with all of this, there is also a download infomation table that displays:
The select control allows you to select from all the episodes on the screen, it will also re-build after you pick a minimum seeders and when you click the "include Cross pages".
Here you can select multiple episodes to download without having to find them throughout the pages or using the check-boxes.
If this shows or any warning to allow multiple downloads, you must accept, or this will not work!
If multiple downloads are not working, and you are using chrome, do the following:
Version 7.1.7
Update crazy!
Version 7.1.6
Version 7.1.3
Version 7.1.3
Version 7.1.2
Total re-write in TypeScript
Fixed issue with some large batches not downloading all eps
Version 7
If you have found any mistakes, bugs or spelling errors, please do start a discussion here
and please do review too. no ones probably cares about this anyway... but hey, I get bored :p