Can you post the last few lines of the traceroute, before it times out (11th step)? This gives an indication of where your packets are being dropped.
I also presume screenshots don't load for you here?
Comment in Feedback 31/10/2025 03:15 — Anonymous: "ospreylover<3"
hey hey hey!!! idk if anyone's said this b4 but is there a way that someone could add whether the download is dub or sub? would be kinda nice to know for some of the series i like to watch in dub đŐ Ü¸.ËŹ.Ü¸Ő đŚŻ
Comment in Feedback 30/10/2025 23:09 — Anonymous: "Arkevorkhat"
That's super handy to know, thanks! In hindsight I probably should've taken a look at the JSON API before posting, since it makes sense that it'd have more freedom to include anime specific data.
i tried all the steps in that article, the ping gives back timeout and the traceroute timeouts at the 3 step and then works fine until the 11th where it timeouts again
AniDB IDs are returned in the JSON API (replace /api with /json in the URL).
Comment in Feedback 29/10/2025 21:46 — Anonymous: "Arkevorkhat"
To be more clear, what I'm suggesting is adding a <newznab:attr name="anidbid" value="#####"/>, where ##### is the anidb id for the the series associated with a given <item/>
Comment in Feedback 29/10/2025 21:43 — Anonymous: "Arkevorkhat"
Would it be feasible to add additional database IDs to the newznab/torznab feed? I'm working on a tool currently, and it would be a lot easier if I had access to the AniDB ID for a given item in the newznab response.
https://animetosho.org/view/patlabor-m...d.n1278062 (Patlabor the Movie (1989) (BDRip 1912x1036p x265 HEVC TrueHD, FLAC, AAC 5.1x2+2.0)(Triple Audio)[sxales](v2)) must be labelled under Kidou Keisatsu Patlabor (Patlabor the Movie)
FIX THESE ERRORS ASAP. if I find anymore, I'll let ya know!
https://animetosho.org/view/patlabor-m...d.n1278062 Patlabor the Movie (1989) (BDRip 1912x1036p x265 HEVC TrueHD, FLAC, AAC 5.1x2+2.0)(Triple Audio)[sxales](v2))) must be labelled under Kidou Keisatsu Patlabor (Patlabor the Movie)
https://animetosho.org/view/patlabor-m...2.n1316485 (Patlabor - The Mobile Police OVA 720p BluRay FLAC 2.0 x264-GRAINY) must be labelled Patlabor: Mobile Police )https://animetosho.org/series/patlabor-mobile-police.1518)
Comment in Feedback 29/10/2025 10:09 * — Anonymous: "Carlos"
[spam]
Comment in Feedback 29/10/2025 09:28 — Anonymous: "John Gundam"
tyvm! if I find anything else I'll be sure to let you know! I promise I won't go overboard, you just kinda disappeared after your initial message so I thought I was getting ignored lol
Comment in Feedback 28/10/2025 17:02 — Anonymous: "John Gundam"
yo the entry you've linked was uploaded but it's UNLABELLED within your database, and should be labelled under "Mobile Suit Gundam Zeta" like how these series are:
unable to find sxales' torrent for zeta gundam on the site, despite it being uploaded to nyaa.si before. file is missing or not being mirrored correctly idk
Below is a batch script I run for attachment renaming that I want to pass on. It's intended for season batches so you need episode folders with .mkv as a suffix. After running, user is prompted to select the track number of the sub file. Makes new folders, "chap, font, old", sub files are copied and renamed to "episode folder name-original name", chapters are copied to "chap" and renamed same as subs, attachments are moved to font and renamed to "episode folder name" and everthing else is moved to old. Script(copy everything below and save as a .bat file) @echo off setlocal enabledelayedexpansion
:: --- Track Number Validation Loop --- :GET_TRACK_NUMBER set "found_track_in_any_dir=0" echo. echo Please enter the track number for the subtitles: set /p track_num="Track number: "
:: Check all episode folders for the existence of the specified track for /d %%d in (*.mkv) do ( if /i not "%%d"=="chap" if /i not "%%d"=="font" if /i not "%%d"=="old" (
:: Check for a file matching the pattern "track[number].*" within the folder for %%f in ("%%d\track!track_num!.*") do ( if exist "%%f" ( set "found_track_in_any_dir=1"
:: Use GOTO to break out of the directory loop immediately upon finding one match goto :CHECK_RESULT ) ) ) )
:CHECK_RESULT :: If the flag is still 0, the track was not found in any folder if "!found_track_in_any_dir!"=="0" ( echo. echo Error: Subtitle track "!track_num!" was not found in any episode folder. echo Please enter a different track number. echo. goto :GET_TRACK_NUMBER ) :: --- End Track Number Validation Loop ---
:: Make new folders if they don't already exist if not exist "chap" mkdir "chap" if not exist "font" mkdir "font" if not exist "old" mkdir "old"
:: Main script, requires episode folders with suffix .mkv :: Folder name = episode name - .mkv for /d %%d in (*.mkv) do ( if /i not "%%d"=="chap" if /i not "%%d"=="font" if /i not "%%d"=="old" ( echo Processing folder: "%%d"
set "episode_name=%%~nd"
:: Move attacments to font\ and rename if exist "%%d\attachments" ( ren "%%d\attachments" "!episode_name!" move "%%d\!episode_name!" "font\" ) else ( echo Warning: Attachments folder not found in "%%d". Skipping. )
:: Copy selected track and rename (we know this track exists from the validation loop) for %%f in ("%%d\track!track_num!.*") do ( if exist "%%f" ( copy "%%f" "!episode_name!-%%~nf%%~xf" ) )
:: Copy chapters to chap\ and rename if exist "%%d\chapters.xml" ( copy "%%d\chapters.xml" "chap\!episode_name!-chapters.xml" ) else ( echo Warning: chapters.xml not found in "%%d". Skipping. ) ) )
:: Move original episode folders to old for /d %%d in (*.mkv) do ( if /i not "%%d"=="chap" if /i not "%%d"=="font" if /i not "%%d"=="old" ( move "%%d" "old\" ) )
Comment in Feedback 25/10/2025 15:55 — Anonymous: "anonymous"
lol stop pestering the admin, don't you realise they're busy in the background working away to bring us our anime? They're fkn legends, what more do you need to know?
Thanks for raising that. It seems like that one actually did 'work', or I've got a bug somewhere. I've adjusted that one, so hopefully it does what you expected.
Oh, interesting! Are you more into action-packed anime, or do you prefer slice-of-life ones? Whatâs your all-time favorite anime series? (If you say One Punch Man, my condolences lol.)
31/10/2025 07:49 — admin