A Hentai Downloader for hentaihaven.org
- Install the latest Java from here.
- Make sure that java is in your system path. Tutorial
- Download the latest release from here.
After downloading the latest release -
Windows User - Use the Launcher.bat file to launch the program.
Unix User - Use the Launcher.sh file to launch the program.
There are two options in the app.
- Let's you paste multiple links of series/episodes you wanna download.
- Starts downloads from the links found in the list.txt file
By default the app saves the best download link of a video in downloads.txt file.
You can change the app settings in the app.properties file.
The following properties can be changed :
# Download videos in the most preferred quality
# VALUES-1080,720,480,360,240 [Use , for MULTIPLE VALUES]
# REMEMBER The preference is in descending order
quality=1080,720,480,360,240
# Show only title and download URL/Link
# VALUES-true,false [DEFAULT-false]
#true - Videos will be downloaded by the app
#false - Videos won't be downloaded, instead links will be STORED in "downloads.txt" file
download=false
# What to do when a episode is ALREADY Downloaded
# VALUES-force,skip,prompt [DEFAULT-prompt]
#force - Force download video
#skip- Skips the download
#prompt - Ask for user input
overwrite=prompt
# Folder where the downloads will be placed [DEFAULT- downloads/]
# PASTE CUSTOM FOLDER PATH TO DOWNLOAD THERE
#eg- 'downloadLocation=D:/Downloads/fap' [WITHOUT THE 's]
downloadLocation=downloads/
If you mess up the settings, just delete the app.properties file and run the program to create a default properties file.
- Error and Bug Reports are greatly appreciated.
- Feel free to suggest new ideas which can be implemented.
- jsoup - for html parsing
- commons-io - for downloading files
MIT LICENSE