All Projects â†’ IchBinLeoon â†’ hanime

IchBinLeoon / hanime

Licence: MIT license
📥 Command-line tool to download videos from hanime.tv

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to hanime

hentai-downloader
ExHentai exhentai.org, e-hentai.org images gallery download to folder.
Stars: ✭ 37 (+15.63%)
Mutual labels:  downloader, hentai
Hideri
A fully-featured bot for discord, supporting popular sites like reddit, hitomila, tsumino, nhentai, exhentai, and more
Stars: ✭ 18 (-43.75%)
Mutual labels:  hentai, hanime
yamete
Yamete - Hentai downloader in PHP CLI - Easy site downloader PHP system
Stars: ✭ 63 (+96.88%)
Mutual labels:  downloader, hentai
anime-dl
ADLCore is an API and app for the download of novels, manga, and anime from a plethora of sites. It works on Windows, Linux, OSX, and Android.
Stars: ✭ 70 (+118.75%)
Mutual labels:  downloader, hentai
sync-deploy
🔄 shell toolkit for deploying script/command task on remote host, including up/download files, run script on remote
Stars: ✭ 20 (-37.5%)
Mutual labels:  downloader
PATCH
The PATCH repository for issues tracking, wiki and shared material.
Stars: ✭ 34 (+6.25%)
Mutual labels:  downloader
qt-downloader
CLI to download Qt on headless systems
Stars: ✭ 39 (+21.88%)
Mutual labels:  downloader
CoubDownloader
A simple downloader for coub.com
Stars: ✭ 64 (+100%)
Mutual labels:  downloader
fbdl
📥 Download publicly shared videos from Facebook with an ease!
Stars: ✭ 29 (-9.37%)
Mutual labels:  downloader
turtle
Instagram Photo Downloader
Stars: ✭ 15 (-53.12%)
Mutual labels:  downloader
Movgrab
Simple downloader for videos from various websites
Stars: ✭ 20 (-37.5%)
Mutual labels:  downloader
super-anime-downloader
A program which takes an Anime name or URL and downloads the specified range of episodes.
Stars: ✭ 26 (-18.75%)
Mutual labels:  downloader
Sonarr-AnimeDownloader
It is a Docker Container that uses Sonarr to download anime from AnimeWorld site (ITALY).
Stars: ✭ 28 (-12.5%)
Mutual labels:  downloader
nipper
🌶 💽 Nipper - Youtube playlist (& video) ripper
Stars: ✭ 23 (-28.12%)
Mutual labels:  downloader
youtube-downloader-python
You can download the YouTube video for free and convert it to any extension you want.
Stars: ✭ 20 (-37.5%)
Mutual labels:  downloader
pluralsight-downloader-chrome-extension
[WIP] A chrome extension to download and track Pluralsight courses. 😈
Stars: ✭ 227 (+609.38%)
Mutual labels:  downloader
android-downloader
An powerful download library for Android.
Stars: ✭ 375 (+1071.88%)
Mutual labels:  downloader
Soggfy
Spotify ogg dumper
Stars: ✭ 524 (+1537.5%)
Mutual labels:  downloader
sponge
sponge is a website crawler and links downloader command-line tool
Stars: ✭ 37 (+15.63%)
Mutual labels:  downloader
react-use-downloader
Creates a download handler function and gives progress information
Stars: ✭ 65 (+103.13%)
Mutual labels:  downloader

hanime

Go Release Commit License

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.

Requirements

Installation

Install via go install

Make sure you have Go installed.

go install github.com/IchBinLeoon/hanime@latest

Install from source

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.

Install from release

If you don't want to build the cli yourself, you can download an executable file here.

Usage

Download a video

hanime get https://hanime.tv/videos/hentai/XXX

Download multiple videos

hanime get https://hanime.tv/videos/hentai/XXX https://hanime.tv/videos/hentai/XXX ...

Specify the video quality

The -q or --quality flag sets the video quality. Default is 720.

hanime get https://hanime.tv/videos/hentai/XXX -q 480

Specify a custom output path and name

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

Use a proxy

The -p or --proxy flag sets a proxy.

hanime get https://hanime.tv/videos/hentai/XXX -p XXX://host:port 

Display video info

The -i or --info flag displays information about the video.

hanime get https://hanime.tv/videos/hentai/XXX -i

Overwrite existing files

The -f or --force flag overwrites already existing files with the same name.

hanime get https://hanime.tv/videos/hentai/XXX -f

Download without asking

The -y or --yes flag downloads without asking for confirmation.

hanime get https://hanime.tv/videos/hentai/XXX -y

Contribute

Contributions are welcome! Feel free to open issues or submit pull requests!

License

MIT © IchBinLeoon

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].