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.
for example, if you wanted to download all of the 1080p torrents on the first page of "Plastic Memories" from HorribleSubs, you would go to HorribleSubs's profile and search "Plastic Memories" under it. for example:
http://www.nyaa.se/?page=search&cats=0_0&filter=0&term=Plastic+Memories&user=64513
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:
- Download all - with a dropdown for a particular resolution
- Download user selected episodes - with a checkBox under each download link on the main table
- Include cross-pages - If the anime has multiple pages, you can click this and it will go though each page and parse each table, this will update the information table too; useful for downloading whole animes with multiple tables
- Set the minimum seeders to exclude from the download
- A select control to pick any episode for download
A good example of multiple table parsing can be found at this url:
http://www.nyaa.se/?page=search&cats=0_0&filter=0&term=naruto&user=64513
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:
- Episode count
- Average seeds
- Average leechers
- Total size
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.
There is an alert you must accept in Google Chrome in order for this to work!!!

If this shows or any warning to allow multiple downloads, you must accept, or this will not work!
Version 5.4.6
Updated to Jquery 3. If you notice any issues, please let me know
Version 5.4.5
In this update, I use the 'let' keyword, so this will only work in the latest browsers
- for loops now use 'let'
- filter control speed updates
Version 5.4.0
it has been a while... I have been.. uh.. doing things
- You can now text search the select control, you can also use regex in this search
- The seeders for each episode is displayed in the select control
- Performance fixes
Version 5.3.13
Not dead yet
- Fixed issue when trying to parse torrents that report a size in the "GiB" (why i did not think of this before... I will never know) Updated parser to deal with this.
Version 5.3.12
All hail new waifu Sawako
- Fixed horrid bug on the parser returning the wrong page number when table filtering was in effect
- Total size is now available when you use the select control to download (shown in the download alert)
Version 5.3.11
Something useful!
- Table is sorted after parsing
- Total size now on the download information table
Version 5.3.10
ahaha, more updates, because i am bored and then I "what can i do" and then i update it, this in terms makes me happy and then i realise no one cares and i go and wallow in self pity... I am so lame
- Code changes and stuff, as well as code optimisations
Version 5.3.0 & 5.3.5
- The creation of the select tool as well as filtering it is has been sped up by around 1000x
- Selection of anime episodes and the resulting alert calculates the anime episodes much faster
Version 5.2.10
- Fixed width issue introduced by a nyaa update?
Version 5.2.10
- Supported nyaa.eu, Well, i did not even know it existed
Version 5.2.5
- Insta bug-fixes... hahaha... Oh, I suck...
Version 5.2.5
- You can now filter the select control by resolution!
Version 5.2.1
- Added a multiple select control to easily select episodes and download them
Version 5.1.4
- Updated the animation effect
Version 5.1.3
- Fixed horrible browser bug to do with animations
- Added support for parsing errors when the URL does fails or Nyaa goes down during parsing
Version 5.1.2
I am not quite dead yet... This update is not anything interesting, but has a LOT of code changed (i am half way through implementing a custom resolution manager).
- Added the ability to collapse and expand the panel
- Heavy code changes
Version 5.1.1
- minor bug fixes and performance fixes
Version 5.1.0
They are gone!!! The horrible alert have been replaced by nice HTML alerts
TODO: Add option parsing on all getter methods of the Anime object!!
- New User Alert with a count that updates given a seed limit (setting seed limit updates the amount to download text)
Version 5.0.0
And so I did it. I worked out a way to get the Data parser working abstractly and removed over 200 lines of code (i think)
Next, I want to do a UI update and remove the horrible alerts!
- Almost complicate redactor of code and updated the data-parser to be beautiful (it should be faster too)
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