Its a bash script to download comic/hentai manga from supported websites and converts it into cbz format. No bullshit or bloat just a simple bash script !
Nhentai.net , Nhentai.to , Hentaifox.com , E-hentai.org , 3hentai.net , Pururin.to , Asmhentai.com , Hentai2read.com
Make Sure you have these installed
zip grep curl wget2
Download wget2 from your distro repo ! I added it because of its parallel downloading feature which makes downloading much faster than traditional wget and its also actively maintained !
For Arch Download from AUR "https://aur.archlinux.org/packages/wget2"
yay -S wget2
For Fedora
sudo dnf install wget2
For Ubuntu
sudo apt install wget2
or Build it Yourself from https://gitlab.com/gnuwget/wget2
git clone https://github.com/rustyinfinity/NHdownloader.git && cd ./NHdownloader
chmod +x NHdownloader.sh
Just enter your Website URL or ID and it will download in the directory specified by you in the config ! (default ./ ) Make Sure to enter url for the websites specified and not ID there !
If you want to bulk Download enter Links to links.txt file and add its path to config file
For Nhentai.net you have to add cf_clearance and csrftoken to main.config file because of cloudflare :( Rest all don't need anything and will download just fine !
✅ This is my first release of this code I will be obviously updating it and fixing it and adding nhentai (.com and .net) in future and bulk downloading !
✅ This is my second release of this code Fixed all above problems and also added more websites !
✅ Added Bulk Downloading
Adding omegascans and Manhawa websites will be my next priority for the next release ! with parallel downloading !
And If got any Ideas or Issues feel free to Pull a request ! I have not done alot of testing so there will be issues which I don't know pls report them if you find any Thanks !
For support star the repo thanks !