Command-line tool to download videos from hanime.tv
Note: The main purpose of the downloader was to download 1080p videos without having a premium account. Due to a change in the API, this is currently no longer possible. For this reason, do not expect any major updates.
Make sure you have Go installed.
go install github.com/IchBinLeoon/hanime@latest
Make sure you have Go installed.
git clone https://github.com/IchBinLeoon/hanime
cd hanime
go build
You should now be provided with an executable.
If you don't want to build the cli yourself, you can download an executable file here.
hanime get https://hanime.tv/videos/hentai/XXX
hanime get https://hanime.tv/videos/hentai/XXX https://hanime.tv/videos/hentai/XXX ...
The -q
or --quality
flag sets the video quality. Default is 720.
hanime get https://hanime.tv/videos/hentai/XXX -q 480
The -o
or --output
flag sets a custom output path and the -O
or --Output
flag sets a custom output name.
hanime get https://hanime.tv/videos/hentai/XXX -o /home/ichbinleoon/XXX -O XXX.mp4
The -p
or --proxy
flag sets a proxy.
hanime get https://hanime.tv/videos/hentai/XXX -p XXX://host:port
The -i
or --info
flag displays information about the video.
hanime get https://hanime.tv/videos/hentai/XXX -i
The -f
or --force
flag overwrites already existing files with the same name.
hanime get https://hanime.tv/videos/hentai/XXX -f
The -y
or --yes
flag downloads without asking for confirmation.
hanime get https://hanime.tv/videos/hentai/XXX -y
Contributions are welcome! Feel free to open issues or submit pull requests!
MIT © IchBinLeoon