Latest Comments

Comment Types:
Comment in Feedback
20/08/2020 01:30 — Anonymous
yeah, possibly. they, nyaasi, do strange stuff like that tor block. there is also this thing i get occasionally, You have been banned, after i hit submit on their log in page. then if i change endpoint and log in, i find i actually haven't been banned.
Comment in Feedback
19/08/2020 22:21 — admin
Sounds odd. Maybe it's just a (possibly IP) block like the 403 error. Perhaps try from a different VPN endpoint, if possible.
Comment in Feedback
19/08/2020 14:47 *Anonymous: "Nadine"
[spam]
Comment in Feedback
19/08/2020 13:24 — Anonymous
i am using vpn. it did have nginx written, i think below the error. happens occasionally since yesterday.
Comment in Feedback
19/08/2020 10:26 — admin
I've seen 403 Forbidden response (default nginx page) when accessing https://nyaa.si/ on Tor. I haven't seen a 402 yet.
I couldn't find a 402 reference in their code, so if you're actually getting it from Nyaa, it's probably configured in the web server (nginx). 402 seems to be a weird code for them to send though.

Searching around, I did find a reference to it on a clone/proxy site - is that what you're using? It could also be something else on your connection.
Comment in Feedback
19/08/2020 08:32 — Anonymous
anyone getting 402 Payment Required on trying to visit nyaa today
Comment in Feedback
14/08/2020 13:17 — Anonymous
did you click on the all attachments link on the page you should be writing your questions on
Comment in Feedback
14/08/2020 12:38 — dumiwow
Thanks,videos si done but the problem still is sub .ass .There is no sub is that link dowload.
Comment in Feedback
13/08/2020 23:42 — Anonymous
The NZB link at the top of that page is the long-term Usenet ddl and it may still be available.  Use the NZB link at top of that page with a free Usenet account at:

https://xsusenet.com/

Posting on the page of interest makes more sense than posting in Feedback.
Comment in Feedback
13/08/2020 23:31 *dumiwow
Please can you help me with some videos and subtitles at Soul Land from episode 17 of the first season. Whoever is interested in helping me, I will pay for this help. Thank you in advance Admins!
Download links to them have expired
https://animetosho.torrentbay.st/view/haxtalks-s...al.d175205
Comment in Feedback
13/08/2020 23:30 — Anonymous
Go die from corona, spam.
Comment in Feedback
13/08/2020 23:23 *Anonymous: "Cruz"
[spam]
Comment in Feedback
09/08/2020 10:36 — admin
Updated, thanks.
Comment in Feedback
09/08/2020 10:36 — admin
Thanks for the note.
It seems like it was working fine, but was sometimes rather slow. I've made a tweak to hopefully address that.
Comment in Feedback
06/08/2020 03:47 — Satanswarrior
No their time isn't incorrect. Its just not set to your specific time zone.
Make an account and login. Then in account settings you can set the time to your time zone location.
Comment in Feedback
05/08/2020 23:41 — Anonymous: "LastExile"
Found something part of  Fate/Grand Order out of place and thought you might want to give it the home you made for it.
-->Manga de Wakaru! Fate/Grand Order
https://animetosho.torrentbay.st/series/manga-de...rder.14579

-->Searched using these words:  Learning with Manga
https://animetosho.torrentbay.st/view/edo-learni...v.n1109116
https://animetosho.torrentbay.st/view/edo-learni...4.n1109087
The rest is up to you Thanks
Comment in Feedback
05/08/2020 12:22 — Anonymous
your time is incorrect please correct it
Comment in Feedback
05/08/2020 02:16 — Anonymous
Stop over and swallow my juice and I will think about buying your cheap sunglasses
Comment in Feedback
05/08/2020 02:06 *Anonymous: "Bryon"
[spam]
Comment in Feedback
03/08/2020 15:00 — geha714
Apparently the site is not updating latest Nyaa releases (unless they're posted in TT)

https://nyaa.si/download/1268330.torrent
https://nyaa.si/download/1268331.torrent
Comment in Feedback
23/07/2020 10:53 *admin
Pre-2016, mplayer was used to render the video and save out PNG images.

Now it works by extracting frames and rendering them as separate steps. Frame extraction is done using ffmpeg, subtitle rendering done via VapourSynth and image rendering done with PyAV (libav* wrapper). There's a more detailed write up on how it works here.
Comment in Feedback
23/07/2020 08:59 — Anonymous
Mplayer, I think they said.
Comment in Feedback
23/07/2020 07:36 — Anonymous
What is the tool that Anime Tosho taking screenshots of videos
Comment in Feedback
22/07/2020 00:45 — admin
The main issue with rolling CRC is that it's relatively slow (and problematic if it finds too many false matches), so it's often restricted. By default, par2cmdline will only do rolling CRC checks for 64 bytes, so it only really works for small movements. Since this is all very custom though, you could just increase the limit though, at the expense of processing speed.

Selecting a compression block size could be difficult. In general, you want it to be large to maximise efficiency and minimize the frequency it straddles PAR2 blocks, but not so large that small changes require lots of recovery data.

The data is in TSV format. Padding is rather unusual there, but I suppose not impossible. I don't really get the aim of it though, since compression would eliminate any padding you add to uncompressed data.

output something that can be processed with standard tools that someone else maintains because they're useful elsewhere.
Do you have an example of such a standard tool which can handle the scheme you describe?
Comment in Feedback
21/07/2020 18:46 — Anonymous
> the compressed blocks won't be 4KB - their sizes will vary (hence they won't align to some PAR2 block boundary)
So long as the changes to the output are more than a block-length apart, par2 will find a block anyway, because it uses a rolling CRC to look at one-byte intervals for candidate blocks (which it then tests against a proper hash that's not CRC32). So long as you're resetting the huffman table at a deterministic place (for example the nth-id'd INSERT statement), it doesn't matter to PAR2 that this new block isn't located at a block-length-multiple offset, just that there's at least a block worth of unchanged compressed output. What would trip up PAR2 is changes happening across the file at a (compressed) distance less than a block length.

>Also, later changes can affect the output of earlier bytes in the block
This is true, it's not a design goal that changes inside a block are confined to a subset of the compressed block, merely that two compressed blocks are independent of each other.

Admittedly I've not looked at a dump (because they're huge), but if they're standard [My]SQL dumps, then you could sort the INSERT statements by their primary key (if they're not already), than pad every nth id with a comment to align it to an mKB boundary. The idea would be to constrain all the bespoke code to the server-side, and output something that can be processed with standard tools that someone else maintains because they're useful elsewhere.
Comment in Feedback
21/07/2020 00:17 — Anonymous
Go back to Nyaa.
Comment in Feedback
19/07/2020 22:52 — admin
Ahh, I see - if you're looking to make some end-user application, database dumps isn't the right solution.
There's currently no database index on this sort of information, but if you can write up exactly what you want, I can help look into it for you.
Comment in Feedback
18/07/2020 17:06 — Anonymous
If you can't do anything about it then it's none of your business.  Start your own website.
Comment in Feedback
17/07/2020 20:20 — Anonymous
uptobox blocked all US IPs
Comment in Feedback
17/07/2020 20:12 — Anonymous
please clean up this whole page
Comment in Feedback
17/07/2020 20:10 — Anonymous
Donate to JPDDL or start yourself.
Comment in Feedback
17/07/2020 20:09 — Anonymous
please clean up this section.
Comment in Feedback
17/07/2020 20:09 — Anonymous
please clean up this section
Comment in Feedback
17/07/2020 15:45 *Anonymous: "Casimira Parrott"
[spam]
Comment in Feedback
16/07/2020 23:27 — Anonymous
When torrents are deleted on Nyaa they auto-delete here on update checks.
Comment in Feedback
16/07/2020 23:00 — Anonymous
Someone attempted to distribute potentially unwanted program on https://animetosho.torrentbay.st/view/horriblesu...p.n1263249
It would be best to remove the entry from this website.
Comment in Feedback
16/07/2020 12:45 — Anonymous
Thanks for considering an API. Just looking for a way to search for subtitles, an API that lists torrent entries that have subtitles for a given AniDB ID would be nice. If you're ok with hosting an API for that, I could make it.
Comment in Feedback
13/07/2020 03:28 — admin
If you happen to see this: I'm not sure what is exactly required, but in terms of numerical categories, 5070 is the anime category (and the only one that gets served here).
Comment in Feedback
12/07/2020 21:29 *Anonymous: "Jacklyn Leboeuf"
[spam]
Comment in Feedback
12/07/2020 16:58 — Anonymous
Die from neck pain
Comment in Feedback
12/07/2020 12:48 *Anonymous: "Ezra Toosey"
[spam]
Comment in Feedback
09/07/2020 15:27 — snvcjeen3u4
You're probably right. Thank you kind sir or madame :)
Comment in Feedback
09/07/2020 15:26 — Anonymous
A Sonarr forum might be able to help you.
Comment in Feedback
09/07/2020 05:59 — snvcjeen3u4
Hey guys!

Completely new to the game and I'm wondering how I would go adding anime tosho to my Sonarr as an indexer? I have no idea what I should enter in the "categories" field and all my searches with anime tosho on Sonarr return no results (even though the episodes exist on this site). Could anybody help me which numbers to add to "categories" and to "Anime categories"?
Comment in Feedback
09/07/2020 00:55 *admin
Thanks for the explanation. That sounds like typical schemes where compression is broken into blocks (or using zlib full flushes periodically).
I think your understanding may be a little incorrect though. If you break the input into 4KB chunks and compress them separately, the compressed blocks won't be 4KB - their sizes will vary (hence they won't align to some PAR2 block boundary).
Also, later changes can affect the output of earlier bytes in the block - a change in byte 2203 can affect the entropy used to encode the first bytes of that block.
This also does degrade compression efficiency.

I probably should also mention this: it doesn't sound like there's any standard tool for doing this either, which means that someone would have to write it. And even then, it's going to be a fairly custom setup that few are going to adopt.
Engineering a solution may be interesting, but I don't really want to over-complicate the export process (can make things more likely to fail, takes effort etc).
To be brutally honest, I don't actually see the size as a big issue. Currently the total size of all dumps is 250MB, which is smaller than most video files on offer here. Even if you downloaded them every day, that's only 7.5GB/month. Now I understand that some people have more restricted internet and the like, but then I question what use you would have in getting full dumps every day. However, I'm happy to be corrected here.
May I ask if you're trying to achieve something in particular with these dumps? Maybe there's another way.

If you're willing to develop something custom, I might suggest just scraping feeds or the like for data. Alternatively, if you're willing to develop some API which can query a MySQL database for the data you want, I may consider hosting it.

Thanks again for the suggestions, and hope that this is of some value.
Comment in Feedback
08/07/2020 18:25 — Anonymous
How about incremental snapshots?
Like 1 full dump followed one snapshot for each day limited by x days.
To keep in sync check whether local version is older than x days or not, if older then get full dump, if not then get snapshots since last local sync
Comment in Feedback
08/07/2020 11:28 — Anonymous
So in principle, if the format is laid out chronologically and one-file-per-table, the changes will all be on the end and the start of each large file should always be the same, and compress the same.
Comment in Feedback
08/07/2020 11:25 — Anonymous
"rsync-compatible" is a mode where it resets the dictionary every so often, so there's a finite limit to how far changes propagate, for example if the interval is 4096, and byte 2203 changes, this changes the compressed stream for bytes 2204-4095, but byte 4096 will be the same.
Comment in Feedback
06/07/2020 02:46 — Anonymous
Are you asking about a note from 2011?!
Comment in Feedback
06/07/2020 02:43 — Anonymous
"Expired links do NOT get reuploaded as files are deleted after we process them"
archive
Anime DDL+NZB mirror
Current Time: 21/06/2026 16:36



About/FAQs

Discord