Feedback Page

This is a somewhat temporary page made especially for the beta version of this website. It's to collect all your death threats, love messages, requests to the code monkeys or just suggestions/issues/questions/criticisms/idle talk or whatever feedback you think is worth our database space.


20,328 comment(s) posted: [view latest]
30/01/2021 04:16 — Anonymous
Is Zippyshare compromised? I see new ads on there my ad blocker isn't blocking, and the website downloads a .exe instead of the actual file.
30/01/2021 08:18 *Gurphy_TC
Moderator    Invisible Avatar - Patent Pending
It's behaving normally for me: Ads blocked and just mkv files downloading.  Can you provide a link to the AT page that produced an exe download for you?

Otherwise, perhaps you can update your blocker.  uBlock Origin has been recommended by several users here.
30/01/2021 20:51 — Anonymous
Got it on this episode: https://animetosho.org/view/ember-jaku...c.n1334790

But Zippyshare seems back to normal, I tried it again today. I'll post links as soon as it happens if it reoccurs.
01/02/2021 16:00 *Anonymous: "Eric Jones"
[spam]
03/02/2021 17:04 *Anonymous: "Samantha Milan"
[spam]
19/02/2021 15:02 *Anonymous: "Fallon"
[spam]
30/01/2021 11:45 — Anonymous: "Cas"
hey, now that webtorrent is slowly becoming a thing, will tosho add support for it? its mostly really easy 1line shit like adding a wss tracker to torrents and enabling cors ONLY on RSS feeds
31/01/2021 00:32 *admin
Thanks for the suggestion. I've added CORS headers to feed.animetosho.org and storage.animetosho.org

AT is currently neutral in that trackers are passed through, as is. As such, I'm somewhat unwilling to modify torrents at this stage.
I think it'd be better to get the uploaders to add Webtorrent trackers to their torrents, and/or get Nyaa/Anidex to support/enforce it on their side.
If support is added there, it'll naturally work here (maybe the seeder/leecher scraper would need to get updated, but that's about it).

Note: BTv2 support is in a similar vein.
31/01/2021 01:11 — Anonymous: "Cas"
ah, I wasn't sure if you modified torrents or not, since Nyaa does, which I consider shit, it's fully understandable why you wouldn't do it, I've just been going around and asking for WebTorrent support and already got a few uploaders to add wss trackers so it's great that they aren't stripped, thanks for the quick reply and implementation! <3
06/02/2021 04:44 — Anonymous
Is the newznab api ignoring maxage attribute now because of load?
07/02/2021 03:24 — admin
I don't believe it ever was supported, and Newznab doesn't define that parameter for search anyway. They only define it for movie-search, music-search and book-search, none of which is supported here.
08/02/2021 01:52 — Anonymous
Ah I see what happened here, that particular readthedocs page seems to have omitted the Optional Parameters section on search for some reason. It's still present in the document if you click "View page source" in the top right.

Every other raw version of the API spec that I can find has it as well.
08/02/2021 11:22 — admin
I see, thanks for pointing that out. Hah, talk about poor documentation.
I can look at implementing some of those parameters (though maxage is less useful if sorting by date).
20/02/2021 02:02 — admin
I've added support for the 'maxage' parameter now (only is applied when sorting by date, which it is by default).
08/02/2021 02:48 — Anonymous
Has Search here always been limited to 15min updates here, or are you getting squeezed by all the other stuff most of us will never use like NZB and RSS?  Your own search seems more integral to the site.

Interesting quirk: reloading the Search page only refreshes the left banner system clock every 15min as well.
08/02/2021 11:24 — admin
Thanks for pointing that out - I've lowered the search cache to 5 minutes to match RSS. The other stuff you mention has no effect on search.
08/02/2021 16:10 — Anonymous
Thanks for the change and info.
08/02/2021 06:55 — Anonymous
Speaking of RSS, what's an acceptable ping interval? 5 minutes?
08/02/2021 11:31 *admin
The cache period is set to 5 minutes, so there's little point in querying it more frequently, as you'll just get the same result.
I personally think 5 minutes is too frequent for most people as I can't see much reason for such frequency, but I'll let you be the judge there.

I generally don't trust people to follow any suggestion I'd make for an "acceptable refresh interval", hence the enforced caching period.
09/02/2021 03:55 — Anonymous
I'd like to think this is the kind of thing I'd build if I had the skills... but since I don't, I'm glad someone else dreamed it up. You're doing the lord's work here, thank you.
12/02/2021 04:26 — Anonymous: "X4"
17/02/2021 11:35 — admin
Yeah, there's pretty much no way an automated system is going to figure that 05.5 = special 1.
I've manually switched those across anyway, thanks!
19/02/2021 18:37 — Anonymous
i have a weird problem that only started a couple weeks ago with free and clicknupload, it only seems to be affecting this series specifically from what i watch but whenever i download "Kumo desu ga, Nani ka" via them it seems to be giving me problems of a broken download webpage on my phone and no download or it just gives me a windows file if i do it on desktop, i have a feeling the comma in the filename is causing problems
19/02/2021 18:44 — Anonymous
It would probably help to give an example of one you have used.
19/02/2021 21:27 — Anonymous
i get the 720p subsplease releases
19/02/2021 19:08 — Anonymous
Using ep7, downloading the HR version with Free, and the Ember version with ClicknUpload was fine on my laptop.  Both versions have commas.

I suppose you can try other hosts.  If your native alphabet is different, I suppose there could be some kind of non-ascii problems.  Or if you're using the same anti-virus or ISP for both devices.
19/02/2021 22:05 — Anonymous
There's a redirect in play, so I'd guess it's almost certainly related to

https://stackoverflow.com/questions/36...-in-django
20/02/2021 02:01 — admin
Thanks for pointing that out.

As an above poster points out, it looks like Free isn't wrapping quotes around the filename they send, which gives an error in Chrome, and gives a weirdly named download in Firefox (I'm guessing the file is valid, just the name is weird). A different browser may give different results (like the poster above trying HR's version), but regardless, it's a spec violation on Free's side. I can work around the issue by stripping out commas in filenames when uploading to Free.

I wasn't able to replicate an issue with ClickNUpload though. It looks like they send a double Content-Disposition header, which some browsers may not like, but this seems to be the case regardless of commas in the name. Firefox doesn't seem to have a problem downloading the file though.
20/02/2021 23:32 — Anonymous
> I wasn't able to replicate an issue with ClickNUpload though. It looks like they send a double Content-Disposition header

I'd guess Click embed the error with poor handling of the input initially. Nothing like misreading the headers initially and hardcoding the problem for subsequent serves. (Stripping commas should fix theirs too, if that's the case.)

Firefox gives the filename as the shortlink for the free download, sans extension. Can be saved, and then just renamed to the true name.
26/02/2021 19:41 — Anonymous
a week later and a new episode to test it out on, seems like it's fixed now, thanks admin
03/07/2021 14:03 — Anonymous
Just to note, the new gg host looks to have the same issue with double Content-Disposition with commas. Firefox works fine, others error out. probably worth applying the same fix as previously.
04/07/2021 03:10 — admin
Thanks, just applied same fix.
20/02/2021 23:58 — Anonymous
why do you flood usenet by splitting complete season packs before uploading them? these are only annoying on the search result listings of indexers and also much harder to download than the complete pack. most of your uploads are not worth getting anyway because your size limit skips almost all of the good encodes and uploads some shit tier mini encode instead
21/02/2021 01:10 — Anonymous
You should get your own seedbox instead of hoping for uploads to Usenet, given what you want.
21/02/2021 01:50 *admin
splitting complete season packs before uploading them?
No such splitting is performed. The NZBs available here are how the files are posted - i.e. as one complete pack.
Many indexers are unable to properly group files together, so they display them separately. Unfortunately, I am unable to fix their problem, but if you know of a feasible way to signal that files should be bundled together, do let me know. Alternatively, you can try pointing out the issue to them so that they can group files properly.

your uploads are not worth getting anyway
If you want to completely exclude AT's uploads from your searches, check if your indexer/application supports a poster exclusion filter, as uploads here are always posted with the same name. Alternatively, posts are always made to a.b.multimedia.anime.highspeed, so you could filter out that group, though that may also exclude other uploads.
Presumably that would also fix your "flooding problem".

If you're looking for something that adheres to your own subjective notion of "good encodes", you're more than welcome to run your own setup.
21/02/2021 17:33 — Anonymous
interesting. they never got split up like that when i uploaded complete packs. maybe its because they are in a container instead of being uploaded as single files.
and for the encodes i was talking about the known bad stuff like cleo or judas which take another release and re encode it. you upload plenty of those but miss the original release. these days many releases can be up to 30gb in size and sometimes even more. i see usenet as a backup for obscure and hard to find content that might not be seeded anymore when i find it so that why i see this site as a huge waste of potential
21/02/2021 17:52 — Anonymous
Upload those yourself. I see a huge waste of potential.
21/02/2021 18:12 — Anonymous
Your opinions are just that, your.  Provide for yourself instead of asking others to spend money.
21/02/2021 18:38 — Anonymous
Probably 90%+ of the usage here is public ddl and they probably don't want to crush that.  They've been blocked by ddl services before, I believe.  

So you'll have to start your own select Usenet archive service, if you believe it's worth your time and money.
21/02/2021 19:20 — Anonymous
AT suits my needs.  I'm very happy.
21/02/2021 20:07 — Anonymous
What you want doesn't suit me and what I want doesn't suit you.  But it sounds like you have plenty of resources, so I'll just wish you good ridden--  luck.
22/02/2021 05:11 *admin
maybe its because they are in a container instead of being uploaded as single files.
Forcing everything into an archive will obviously force indexers to treat the whole thing as one file. But wrapping things in RARs is generally a silly thing to do and isn't what's done here.
It's unfortunate that this is the case, but that's just Usenet I guess.

the known bad stuff like cleo or judas which take another release and re encode it
I believe Cleo generally re-encodes off someone else's encode, but Judas generally encodes directly from source, which presumably fits your definition of "original release", so you'd be mistaken on that part.

i see usenet as a backup for obscure and hard to find content that might not be seeded anymore when i find it so that why i see this site as a huge waste of potential
Processing more content is nice, and I have no idealistic objection against it. However I have limited resources to work with, so, as much as I don't like it, I have to draw a line somewhere.

I'm glad that you see an opportunity for hosting obscure content in Usenet, and again, I'm not against the idea - I just am unable to do it. And this is where you can help - with that motivation, I'd encourage you to look at what's needed to make it happen. If it's of any help, I do publish the tools I've written for Usenet uploading, free to be used in any way, to further assist you (or others) in achieving such a goal.

I'm hoping you see AT not as "wasted potential", but more as a demonstration of potential. Go and achieve what I am unable to!
21/02/2021 00:12 — Anonymous
21/02/2021 01:05 — Gurphy_TC
Moderator    Invisible Avatar - Patent Pending
Thanks!
Add new comment
Name:
Message:
Image Verification:

Our squiggly text game where the aim is to copy the image into the textbox. All characters are upper case, and there are no zeros (0) and ones (1) in the above image. Apparently bots aren't as good as humans at this game.
beta
Anime DDL+NZB mirror
Current Time: 26/04/2026 19:29



About/FAQs

Discord