/local/ Local NSFW General
This is a thread for those interested in downloading NSFW content for local consumption.
Here we share tools, scripts and tips on how to download the content and organize it.
>How do i find the best sites?
https://everythingmoe.com/ (click on NSFW)
Some tools:
>gallery-dl
https://github.com/mikf/gallery-dl
>Grabber
https://github.com/Bionus/imgbrd-grabber
>yt-dlp
https://github.com/yt-dlp/yt-dlp
>why not make this thread on /g/?
/g/ had a series thread named "coom/g/". But the janitors delete any attempt on making this now.
I start by asking a question: Mangayomi or Suwayomi for desktop tachiyomi-based reader?
>>8754302 (OP)
Anything for mass conversion of webp into civilized formats?
Anonymous
10/25/2025, 8:19:59 PM
No.8754647
[Report]
>>8754570
it's trivial to script tho
Anonymous
10/25/2025, 8:36:04 PM
No.8754653
[Report]
>>8755110
>>8754302 (OP)
Does anyone know of a way to grab Irodori's third-party titles for offline viewing? It's for those doujins/manga that requires you to view it on their website instead of downloading a DRM-free copy.
>>8754570
You can probably do it with ImageMagick. I know webp is a supported format so it shouldn't be an issue.
Anonymous
10/26/2025, 12:49:52 AM
No.8754791
[Report]
>>8762735
Gotta plug Hydrus Network here, probably the best scraping and tagging solution for coom (posting image to keep it /h/)
https://hydrusnetwork.github.io/hydrus/index.html
Anonymous
10/26/2025, 5:32:06 AM
No.8754997
[Report]
>>8754570
Xnconvert if you want a GUI
A script that uses FFMPEG or ImageMagick if you want a CLI
Anonymous
10/26/2025, 9:22:43 AM
No.8755110
[Report]
>>8755490
>>8754653
>Irodori
If gallery-dl doesn't have it, you're unlikely to find it anywhere else. You have to write a scrapper for a unsupported site. I used gemini-cli to write a scrapper. It smashes through python.
Anonymous
10/26/2025, 5:32:51 PM
No.8755477
[Report]
>>8756033
>>8754302 (OP)
I've been using Suwayomi. You can also use Suwayomi as a server so you can connect it to Mihon/Tachiyomi on your phone. Also if you don't like the built-in Suwayomi frontend then you can use others.
Anonymous
10/26/2025, 5:53:59 PM
No.8755490
[Report]
>>8755928
>>8755110
Is there a difference between using Gemini-CLI versus just using Gemini straight from Google's website?
Anonymous
10/27/2025, 6:11:42 AM
No.8755928
[Report]
>>8757071
>>8755490
Gemini-CLI is a agent. It runs on the console and it's better for programming. You get 1000 daily requests (i hardly go over 100 in 1-2 hours).
>create a folder
>copy some examples/code/repositories it can use as reference to that folder
>write a GEMINI.MD file with general instructions
>run and tell it to follow GEMINI file instructions
Anonymous
10/27/2025, 7:44:50 AM
No.8755989
[Report]
>>8756023
>>8761405
Ever since bakabt i haven't downloaded hentai
whats are the best options these days
Anonymous
10/27/2025, 7:48:30 AM
No.8755994
[Report]
>>8756880
I want to download stuff from the following sites:
Rule34xxx
DeviantArt
Kemono
Hitomi.la
Ex-Hentai
Pixiv
Since Rule34xxx is a booru, i can just use Hydrus Network. But what about the others?
Must contain the following:
>Process a Url list one by one
So i can just keep a list of URLs and run a script to fetch them.
>Skip already downloaded files/galleries by checking a sqlite db
A sqlite db that stores the metadata from the galleries/files, such as tags, artists, etc. So that i could use it to rename the folders/files later by using a script.
>Stop fetching more if it skips X amount of galleries/files
e.g. if i search a tag in Hitomi.la, and it downloads thousands of pages, next time it process that i don't want it to go through thousands of pages again.
>A GUI
Something like hydrus that keep track of tags + thumbnails.
>Customizable folder/file naming
e.g.
[Artist]/
[Artist] (Release Date) Gallery Title [Language] (Site Gallery ID)/
[Artist] (Release Date) Gallery Title [Language] (Site Gallery ID) (1 of 20).jpg
[Artist] (Release Date) Gallery Title [Language] (Site Gallery ID) (2 of 20).jpg
I was thinking about Suwayomi for Hitomi.la, Ex-Hentai and Kemono. It has a GUI with thumbnails and tags, and i can read it from PC and phone. But it would be a pain to fetch new content since i would need to add it manually.
Anonymous
10/27/2025, 9:17:32 AM
No.8756033
[Report]
>>8755477
I came to the same conclusion after using both. Suwayomi came out on top by ease of set up and usage.
Anonymous
10/28/2025, 9:32:33 AM
No.8756880
[Report]
>>8758098
>>8755994
After some researching and asking around i found that gallery-dl is the perfect tool for the job:
>skips already downloaded files
>dumps json with the metadata (no need to download the image/video files, it can skip them)
>aborts fetching if it skips X items
I just need to download the metadata, convert it into a sqlite database with a script, then make another script to query the database and build the gallery-dl command for downloading. Then make another script to create a Suwayomi/Tachiyomi xml file for each gallery, and now trere's a UI to read things from! It's more complicated than just downloading, but being able to use a database with sql queries is worth it. I post the scripts here later.
Anonymous
10/28/2025, 3:46:05 PM
No.8757071
[Report]
>>8757795
>>8755928
I tried that but eventually it figured out the site was blocked by Cloudflare and it couldn't login to my account. It straight up just said it doesn't know how to bypass it.
Well, I guess we're SOL until someone more competent takes over. Thanks for the help anyway! Didn't know such a thing existed and it's pretty cool.
Anonymous
10/28/2025, 10:17:08 PM
No.8757460
[Report]
>>8757522
Do you guys know any slideshow software or something that can help me pull out images at random?
I don't have so few images saved that I could just remember every single one of them, so I'd like some way of surprising myself with thing I've forgotten.
Anonymous
10/29/2025, 8:26:09 AM
No.8757795
[Report]
>>8757071
2 things you can do:
1. Tell it to make the scrapper using selenium in python, and to use cookies to try to bypass cloudflare.
2. Tell it to make a violentmonkey script to scrape the current page you're viewing. Since you're logged in and can view the content, it should be easier. You may need to dump the html files for that page (right click > save page as..) in the project directory, so that it may use them as a example.
Anonymous
10/29/2025, 7:02:40 PM
No.8758098
[Report]
>>8756880
gallery-dl saves metadata in a retarded way because it re-downloads the same metadata.
Anonymous
10/31/2025, 4:20:00 AM
No.8759134
[Report]
>>8757522
Damn, it turns out clicking random 4chan links with no description is actually pretty helpful.
Anonymous
10/31/2025, 7:13:49 AM
No.8759195
[Report]
>>8762428
i need something to download all my pixiv bookmakrs, cuz of the threat of the recent changes
can anyone help?
Anonymous
11/2/2025, 9:13:23 AM
No.8761405
[Report]
>>8755989
>bakabt
that's a name i haven't heard in a long time
Anonymous
11/2/2025, 9:44:30 AM
No.8761449
[Report]
>>8754570
https://github.com/JacobDev1/xl-converter
you can obviously also save size by using lossless jpeg xl with this
C777
11/2/2025, 8:20:10 PM
No.8762125
[Report]
>>8762429
tks for the links
Do you know where I can find mirrors from vip and secrethentai sites ? Went to the everthingmoe and they don't list them
They were taken down a while ago and they don't seem to have any more valid sites
Or at least any site that mirrored or dumped their older posts
Pure L hentai has newer stuff, but the older stuff that appeared only on those sites that vanished and could not find any real sites
Some crap domains with terms like that only open scam ads and dating shit
Tks
Anonymous
11/3/2025, 1:37:59 AM
No.8762429
[Report]
>>8762441
>>8762125
>secrethentai
Do you mean ex-hentai? Because that's where everything that gets pruned from e-hentai goes. There's also hitomi.la, which just clones whatever is posted on ex-hentai.
C777
11/3/2025, 2:05:45 AM
No.8762441
[Report]
>>8762429
Actually not from those, they used to look like this
Found some stuff similar but it was a site with paid password and crap/less content and the other one had some premium file hosting stuff, but mostly posts had a lot of images
They were like that
Anonymous
11/3/2025, 10:48:16 PM
No.8763629
[Report]
>>8754570
Brother this is so trivial that even an LLM can get it right on the first try.
Anonymous
11/5/2025, 5:08:44 AM
No.8764797
[Report]
>>8768045
I'm using HDoujin DL, and I managed to get it to work for sadpanda, but for some reason it won't download from Mangadex or any site like that.
What am I doing wrong?
Anonymous
11/7/2025, 3:04:40 AM
No.8766543
[Report]
>>8754302 (OP)
>Grabber
It's a shame Rule34xxx stopped working with Grabber recently
Anonymous
11/9/2025, 2:58:02 AM
No.8768045
[Report]
>>8764797
Must be a bug. Make a bug report or use something else like Suwayomi.