Latest Comments

Comment Types:
Comment in Feedback
12/09/2023 20:00 — f8xct3
Working perfectly, thank you!
Comment in Feedback
11/09/2023 21:36 — Anonymous
Oh, seems useless for me then
Comment in Feedback
11/09/2023 19:08 — Anonymous
wikipedia
Comment in Feedback
11/09/2023 19:01 — IchigoShinigami
Can you explain what I can do with RSS
Comment in Feedback
11/09/2023 18:58 — Anonymous
You might want to look into what RSS can do.
Comment in Feedback
11/09/2023 18:55 — Anonymous
A simple solution is to create AT search pages and leave them open in your browser between sessions for Bleach and for Naruto.

Like:
https://animetosho.org/search?q=Bleach

Detecting what is new is easiest done by reading the list
Comment in Feedback
11/09/2023 18:24 — IchigoShinigami
I don't know if it is asked before, but is it possible for a member to have the functionality, when logged on, you can tag your favorite serie and only show my favorites? This will make it easier for me (and other members) to see when a new episode is available, like a watch-list or something similar.

Very much like the site, busy re-watching bleach and naruto :) great fan!!!
Comment in Feedback
11/09/2023 10:53 — admin
Thanks for raising that. It looks like there's been a bunch of failures, but can't point to any particular reason.
I've tweaked a few values, see if it makes any difference.
Comment in Feedback
11/09/2023 10:51 — admin
Thanks for all the info!

I've added category 2020 to all items, as well as the raw search parameter. Let me know if there's any issues with it.
Comment in Feedback
11/09/2023 03:02 — Anonymous
That's for downloads, what about uploads?!
Comment in Feedback
11/09/2023 02:27 — Anonymous
It looks like they've been having increased traffic from bots, so probably their hardware can't handle it. They also limited "full speed" downloads to 10 GB. All downloads after 10 GB are throttled to 100 kb/s for 24 hours.

https://krakenfiles.com/news/10-limit-...width.html

Probs other factors too, like more devs using the api they released in Feb just overall increasing use of the site.
Comment in Feedback
10/09/2023 23:20 — Anonymous
The site is up but not responding to our uploads.  Wait and see.
Comment in Feedback
10/09/2023 23:10 — Anonymous
Did something happen with KrakenFiles?  It's been missing from the download options for about two days now.
Comment in Feedback
10/09/2023 22:11 *Anonymous
[spam]
Comment in Feedback
10/09/2023 20:51 — Anonymous
Huh, that is pretty funky!
That's interesting, thanks for letting me know.
Comment in Feedback
10/09/2023 16:43 — Anonymous
This is an anime site, idiot.
Comment in Feedback
10/09/2023 11:31 *f8xct3
<merged with above>
Comment in Feedback
10/09/2023 10:47 *f8xct3
Adding 2010 to the caps would allow Radarr to search the indexer, but if all returned entries have cat 5070 it'll show up as an empty list. I imagine the way Nyaa support works is that they set the category based on the search. So if "cat=5070" is in the search params, all items will have that category. If "cat=2000" they just set all items to category 2000.

Not sure about other tools, but *arrs doesn't care how many categories are listed, as long as one of them is supported (any tool that properly follows the specs will be fine too), so adding both a TV/Anime category and a Movie category to each torrent shouldn't be a problem. (On a related note, the Nyaa indexer ( https://github.com/Prowlarr/Indexers/b...34C6-L34C6 ) has support for categories TV/Anime (5070), Movies/Other (2020) as well as categories for books, software etc., so also using 2020 for movies here makes the most sense).

If you're worried about tools failing when multiple categories are specified, a solution could be to give all items the categories that are requested in the search. So if the search has "cat=5070" you would give all items category 5070, but if the search has "cat=2020" you would give all the items category 2002.

As for special characters, it doesn't look like you need to handle anything manually. Just adding searchEngine="raw" to each search type will make sure any tools that support raw search wont remove any special characters. E.g. instead of <search available="yes" supportedParams="q"/>, you would have <search available="yes" supportedParams="q" searchEngine="raw"/> (for all 3).
Comment in Feedback
10/09/2023 04:51 *Satanswarrior
[spam]
Comment in Feedback
10/09/2023 00:59 — admin
Nyaa doesn't have any Newznab/Torznab API, they only have an RSS feed.
Some clients might have Nyaa specific logic due to its popularity.

On a similar note, I don't really have a reliable way of distinguishing between TV/movie, so all entries are set to category 5070. I could easily add 2010 to the caps endpoint, but would that make any difference if no entry is associated with that category?
Perhaps I could put all entries under both categories. I'm not sure how well tools handle that, but the Newznab API seems to allow this kind of arrangement.

The Newznab API doesn't seem to make any suggestion about removing special characters (then again, all the automation tools follow a horribly defined specification, so I wouldn't be surprised if it's done to deal with some bad implementation). I'm also somewhat unwilling to strip them out, as a number of anime titles rely on special characters, so I'm on the side of the client application needing to support not having characters stripped out.
Are you able to get the exact list of special characters that get stripped out? Maybe I can consider altering the search index based on that.
Comment in Feedback
09/09/2023 12:32 — f8xct3
Nyaa shows up as having movie support, but not sure how that works. I haven't been able to find a capabilities endpoint. Though now that I think about it, I guess since Nyaa doesn't report whether it's a show or movie that it's not really possible to distinguish between them for NZB support?
Comment in Feedback
09/09/2023 12:27 *f8xct3
The only NZB category defined over at https://feed.animetosho.org/api?t=caps is 5070, "TV/Anime". Adding a Movie category such as "Movies" (2000) or "Movies/Foreign" (2010) would allow AnimeTosho to work with Radarr and other movie-only NZB tools.

On a related note, some torrents include special characters in their titles, and excluding them from searches prevent them from showing up as documented in https://github.com/Prowlarr/Prowlarr/issues/1348 . Apparently it's an NZB standard not to URI encode special characters such as apostrophes (') and periods (.), which means torrents that include these characters don't show up.
Comment in Feedback
09/09/2023 12:27 *admin
Fixed thanks: https://animetosho.org/view/gamera-reb...5.n1714004

it's got me curious of what the cause is this time
Nyaa reported that it was non-existent at time of fetch (which the script assumes to be deleted).
Interestingly, the date is out of order:
- 1714003 is listed at 07:04
- 1714004 is listed at 08:10
- 1714005 is listed at 07:44

I didn't know the ID could be out of order with the time of posting, but maybe it's related.
Comment in Feedback
09/09/2023 12:17 — admin
Do you have a suggested replacement?
Comment in Feedback
09/09/2023 00:50 — Anonymous
Hmm, I just randomly noticed a torrent wasn't pulled on Sep 7, https://nyaa.si/view/1714004 , both torrents before and after have been fetched.

No stress or anything, but it's got me curious of what the cause is this time. :) I'm guessing it was miscategorized on Nyaa and it hasn't been picked up after they fixed it, but that's just a slightly plausible shot in the dark. lol
Comment in Feedback
08/09/2023 21:28 — Anonymous
Defined "configured properly". I have about every non-mobile filter enabled.
Comment in Feedback
07/09/2023 22:53 — Anonymous: "Anon"
NO WAY!!! CnU is one of the best file hosting sites available on the internet. The problem is on your end. You should configure uBO correctly. I see NO ads on CnU with uBO installed and properly configured.
Comment in Feedback
07/09/2023 22:45 — Anonymous
if you're relying on UBO instead of using something like Internet Download Manager, you're bound to have troubles.
Comment in Feedback
07/09/2023 22:25 — Anonymous
works fine for me.  Skip it if it doesn't work for you.
Comment in Feedback
07/09/2023 21:46 — Anonymous
Can you please remove/replace ClickNUpload? Even with fully up-to-date UBO filters they still manage to fire off blank popup windows that flash around until UBO finally shoots it down. And it's some different adware-tier garbage that half-bypasses in different browsers/blockers as well.
Comment in Feedback
05/09/2023 17:36 — Anonymous
Full series here, 1080p BD with dual audio :)

https://animetosho.org/view/anime-time...04.d550617
Comment in Feedback
28/08/2023 16:50 — Anonymous
nice vulnerability there buddy
Comment in Feedback
28/08/2023 11:20 — admin
What would this special page have exactly?

Note that we only process those classified as English translations, so non-English subtitles isn't the focus here.
Comment in Feedback
28/08/2023 11:18 — admin
Interesting, I thought all the downloaders accepted it.
You can remove the ".gz" from the end of the URL, and you should get a plain NZB file.
Comment in Feedback
28/08/2023 11:05 — Anonymous
please use the search bar to your left
Comment in Feedback
28/08/2023 09:49 — Anonymous
Bro black clover ep_27to 100 Bluray 1080p with dual audio upload broo
Comment in Feedback
28/08/2023 09:47 — Anonymous
Bro I need black clover bluray ep-27 to ep-101 plz upload
Comment in Feedback
27/08/2023 23:05 — hexality
Is there any plans on making a special page of the website dedicated to anime subtitles?

it would sincerely be a welcomed feature as sometimes a torrent may have a lot of seeders but not the subtitles of the language the person wants that may be available on other release...
Comment in Feedback
27/08/2023 13:24 — Anonymous
Just wanted to say thank you (and to the other admins if any) I love this website! I found out about it recently and it's a great alternative to nyaa since we can post in comments without having to make an account since registrations are always "temporarily unavailable" on nyaa. Also generally more/better search results. There are a few anime torrents I couldn't find on nyaa, but found here.

Thanks again, and keep up the excellent work! :)
Comment in Feedback
27/08/2023 08:16 — VaderBullet
Hey is it possible to add option to download nzbs without .gz extension? as .gz doesnt work for nzbget.
Comment in Feedback
24/08/2023 15:10 — Anonymous
Comment in Feedback
23/08/2023 11:12 *admin
Okay, I added https://animetosho.org/?theme=231 to force a theme (parameter works on any page).
Number is based on the last two digits of the year, followed by the quarter.

Thanks for the suggestion.
Comment in Feedback
23/08/2023 09:38 — Anonymous
To the admin: I suggest the addition of a variable to the website's url that allows the selection of the color scheme. Something like "https://animetosho.org/himuro". Then our bookmarks can be set to open the site with the color we prefer. The extra variable can be discarded by the server.
Comment in Feedback
21/08/2023 12:18 — Anonymous
Many thanks to whoever seeded this! :)
Comment in Feedback
20/08/2023 00:08 — Anonymous
Nope. Chinese anime sucks.
Comment in Feedback
19/08/2023 09:08 — admin
They've rebranded, but it's still the same company.
Servers used here are actually done through a reseller.
Comment in Feedback
18/08/2023 21:48 — Anonymous
From Goofily FAQ: "As long as your files are regularly downloaded by different users on a weekly basis, they will not be deleted. If a file is no longer downloaded, it becomes inactive and is subject to deletion after 10 days."
I never saw either Zippyshare or AnonFiles ever save a file from here longer than 1-2 months anyway, so I'd say this is good enough in comparison.

They do seem to skip any captchas or timers. But whenever I try to copy & paste the URL in any of my video players, it just errors out?
Comment in Feedback
18/08/2023 16:05 — SoulSpark
Isn't it already a mirror right now?
Comment in Feedback
18/08/2023 13:14 — Extremity
That's a great deal on those servers. I've been using hostwinds ever since VDS services stopped at my prior long-term host. I might have to check out that online.net provider (you know the domain redirects, right? That still them?).
Comment in Feedback
18/08/2023 08:29 — Anonymous
There is https://gofile.io/ but it's not really permanent storage, unless you pay for it
beta
Anime DDL+NZB mirror
Current Time: 21/04/2026 12:25



About/FAQs

Discord