Get data from https://hanime.tv
Find a file
2020-08-12 01:55:46 +07:00
HTV Fix login & download 2019-07-05 11:08:10 +07:00
.gitattributes Initial commit 2019-01-06 19:05:24 +07:00
.gitignore Initial commit 2019-01-06 19:05:24 +07:00
example.py Update example >///< 2019-07-05 11:08:54 +07:00
LICENSE Initial commit 2019-01-06 19:05:24 +07:00
README.md tiny README.md fix 2020-08-11 12:40:33 -03:00
requirements.txt Move requirements.txt 2019-01-06 20:39:43 +07:00

HanimeTV

Get data from https://hanime.tv :)

Installation

Installation is simple. It can be installed from pip using the following command:

$ pip3 install -r requirements.txt

Usage

from HTV import HanimeTV

hentai = HanimeTV(email="EMAIL", password="PASS")
query = "Imouto Paradise"
url = "https://hanime.tv/hentai-videos/imouto-paradise-1-ep-1"

# SEARCH
search = hentai.search(query)
print (search)

# GET INFO
info = hentai.info(url)
print (info)

# GET STORYBOARDS
storyboards = hentai.storyboards(url)
print (storyboards)

# GET DOWNLOAD (USING AUTH)
download = hentai.download(url)
print (download)

Credit

Moe Poi ~ / @moepoi