Due to recent changes in the EU law system, the owner of Nyaa.se has decided to close down the site.
most people will probably switch to shanaproject
I don't know what your personal opinion is on these changes.
Thought I'd let you know.
Provide a description of the feature request or bug, the more details the better.
Please use https://forums.sonarr.tv/ for support or other questions. (When in doubt, use the forums)
Shana Project is just a mirror of TokyoTosho, not a replacement for Nyaa. Also, there are rumors Nyaa will resurface by the end of the week. No need to rush into anything yet. The real key is which tracker the main fansub groups decide to migrate to.
Maybe we can use https://www.tokyotosho.info/rss.php?filter=1 at least for RSS in the meantime.
Where have you heard it will resurface? Everywhere I've seen the owner has just gone silent.
It's confirmed dead by both HorribleSubs and CommieSubs.
Yeah, we've heard from Nyaa himself now that it's definitely gone. Still waiting to see where most fansub groups resurface.
I believe some group in minor relation to HorribleSubs are trying to create a full replacement for nyaa. I don't believe they have a db backup or anything; but just a startup from scratch.
4chin has a site with a backup that is about 4 months old. Waiting on some guy who apparently has a dump of the entire website since it went down, but he could just be lying as per usual.
Of course the nyaa tracker is down but hope DHT should carry you guys through if you are looking for a quick fix.
Anidex is a good alternative - https://anidex.info/rss/
Needs some fixing to work with sonarr.
HorribleSubs also created their own RSS Feed - http://horriblesubs.info/rss.php?res=1080
However it doesn't have a size field in them.
Would it be possible to make it work with Sonarr in the future?
^Just use the zero size option when direct adding the RSS feed it'll work.
Thanks for that, now I feel dumb!
Can someone explain how to add horriblesubs or any other site as indexer as replacement for nyaa?
^ You can go to the indexer option and add the bottom right one 'Torrent RSS Feed'.
Put the rss url there and toggle 'allow zero size' to 'yes'
The admin from animetosho has an almost complete torznab api, but afaik he didn't finish it. If you guys wanna ask nicely, you should contact him.
Any torznab api is instantly compatible with Sonarr and supports all features.
Any torznab api is instantly compatible with Sonarr and supports all features.
There are 'levels' of support. Just saying. It's possible to have a torznab api with no search capability, but fully paging 'rss'-like feed. Not that that's particularly useful...
@ToastyStoemp What recent change in EU law system? Do you have any link/source?
Nothing is really official,
There is a maybe official statement here: https://torrents.me/site/nyaa/
Court case information:
https://www.theregister.co.uk/2017/04/26/ecj_kodi_addons/
Long story short, a dutch site was selling pre-configured media servers that was basically pulling movies from torrents rss feeds etc.
The European higher court has decided that media servers with addons for piracy content are also considered illegal.
Anidex is a good alternative - https://anidex.info/rss/
Personally I think we shouldn't really discuss alternative sites in this thread. Nyaa can never be replaced in my heart.
We just need to come up with a solution sonarr can deal with the issue ay hands.
Option 1, is to discontinue the current anime tracker support. And leave it up to the people them selves to add rss feeds, torznab api's etc.
Adding search for rss would be amazing to help this cause.
Option 2. Is to gather the pitchforks, start a movement, march against the eu system.
If the devs have a preferred anime tracker, let them add their favorite tracker as primary option.
Or let there be a vote.
The European higher court has decided that media servers with addons for piracy content are also considered illegal.
Not sure if i'm right afaik it's related to media servers with preinstalled addons for piracy, which were sold over amazon and other shops. These ain't considered to be legal (anymore).
@ToastyStoemp
Nyaa can never be replaced in my heart.
Touching... lol.
I usually don't like ppl comparing indexers on our sites/forums, but it's preferable to ppl opening up 10 threads about nyaa going down. So we allow discussing indexers and alternativer rss-feeds for a time so stuff remains centralized a bit, till the chaos dies down.
I think for KAT I eventually created a single topic on reddit listing some options. There were a lot of brain-dead users panicking coz kat was their only source and their world literally ended.
Also, I don't think we need to be discussing those EU verdicts. It's irrelevant.
Adding search for rss would be amazing to help this cause.
rss can't search... that's what torznab is for.
If the devs have a preferred anime tracker
No. We don't 'endorse' specific sites. We only say to which degree a site integrates with Sonarr.
https://nyaa.pantsu.cat is a option too... they have a feed and filters like nyaa...
tried to add it to torrent rss but didnt work.
https://nyaa.pantsu.cat is useless without search, those are only the old releases. nothing new after first of may.
it does have search but no new releases... im not the owner of the site so idk how it will develop forward but might be a solution... worth keeping a eye on.
They are moving ownership to a new person with more opsec. They have a tracker in works too, just a matter of time, uploading is enabled now IIRC too.
Any source on that?
Their IRC and 4chin. Actually could be wrong on the tracker, but I'm sure I read something on it.
The "new" version of the site would seems to be https://nyaa.si/
HorribleSubs are certinaly marking it as the new version.
Sadly can't add nyaa.si to sonarr due to
Indexer feed is not supported: Failed to find a valid download url in the feed.
Would really love a fix :D
https://github.com/Sonarr/Sonarr/blob/develop/src/NzbDrone.Core/Indexers/RssParser.cs#L283
Ya I was getting an error around here. Something along the lines of:
system.argumentexception uri didn't match expected pattern
PR adding Nyaa.si support to Jackett:
https://github.com/Jackett/Jackett/pull/1365
@CodeMonkey626 Why add it to Jackett? Using website scraping...
Nyaa.si has an api, it's open source, it may need some fixes to get.
They might even be interested in a torznab PR. Which would give it support for Sonarr and Sickrage, which Jackett should be easily able to proxy (for aggregation purposes). And is much lighter on the Nyaa.si servers since it doesn't involve html website scraping.
@Taloth mostly because I wasn't aware that they had an API. I will take a look later today.
@Taloth The only existing APIs for nyaa.si are limited to uploading:
So it seems like scraping is the only valid option in the short term until additional APIs are provided.
the fact that the api isn't fully functional yet (it mimics the nyaa api), is a good thing. Coz that means someone could write a PR that does a basic torznab api.
Point being that in this stage of the project, they might be open to the idea.
@Taloth I spoke to some of the nyaa.si team on IRC and they sounded open to it so I created a feature request here: https://github.com/nyaadevs/nyaa/issues/18
Python development is outside my wheelhouse however.
Tnx for talking to them on IRC, I actually was typing out an Issue myself. I also pinged the sonarr irc channel in the hopes of getting one interested python guy.
It looks like https://nyaa.si/ might be a suitable replacement for this
Will https://nyaa.pantsu.cat/ be supported as well?
@ecspresso That depends on the site admin. Sonarr automagically supports any api that adheres to the torznab specification.
Last I know, the dev of nyaa.pantsu.cat wants to do it "some time in the future".
@ecspresso Both Nyaa.si and Nyaa.cat.pantsu are supported through Jackett
https://github.com/Jackett/Jackett
We're currently slowly adding in a more torznab compatible api for pantsu.cat.
We also have a json api if that's any help for searching and torrent display.
@ewhal That's very good news. I'm looking forward to using the torznab api very much.
I'm referencing the corresponding issue here https://github.com/NyaaPantsu/nyaa/issues/607.
Update on this pantsu.cat now has full sonarr support.
You can access the feed at https://nyaa.pantsu.cat/feed/torznab
@ewhal
Update on this pantsu.cat now has full sonarr support.
You can access the feed at https://nyaa.pantsu.cat/feed/torznab
Care to provide some instructions? I've tried to add that url as Nyaa indexer, but I'm getting error:
"Unable to connect to indexer, check the log for more details"
"17-7-6 13:49:43.0|Warn|HttpClient|HTTP Error - Res: [GET] https://nyaa.pantsu.cat/feed/torznab/?page=rss: 404.NotFound"
17-7-6 13:49:43.1|Warn|NzbDroneErrorPipeline|Invalid request Validation failed:
-- Unable to connect to indexer, check the log for more details
I'm posting from my mobile but the URL should be: https://nyaa.pantsu.cat
Then set API path to /feed/torznab
That should be all you need. You will have to turn on advanced settings to see the API path.
For those wondering how to use this:

@Taloth
For those wondering how to use this:
Still getting error..
`17-7-6 17:31:13.2|Warn|HttpClient|HTTP Error - Res: [GET] https://nyaa.pantsu.cat/feed/torznab?t=caps: 500.InternalServerError
EDIT: nvm. they are doing maintenance.
Yeah, check the site:

I'll retry once it's back up.
@Taloth Thanks. It's now working properly.
NYAA arguably the best torrent website for anime such a shame it went down. Was searching out for alternative to NYAA came across a blog by Ivacy which had almost 10 alternatives listed, gonna give them a try in the hope that alteast one one of them turns out to be as good as NYAA.
PS: these were the alternatives just in case if you also want to give them a tryout
PantsuNYAA
HorribleSubs
RuTracker
AniSearch.ru
AniRena
AnimeTosho
Tokyo Toshokan
Shana Project
AcgnX Torrent
TheHylia.com
Most helpful comment
The "new" version of the site would seems to be https://nyaa.si/
HorribleSubs are certinaly marking it as the new version.