Get data from https://hanime.tv
Find a file
Moe dd2c880302 Fix login & download
Using login & download without captcha :)
2019-07-05 11:08:10 +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 :3 2019-07-04 23:57:24 +07:00
LICENSE Initial commit 2019-01-06 19:05:24 +07:00
README.md Fix typo :v 2019-01-19 01:39:39 +07: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")
hentai = HanimeTV()

# SEARCH
search = hentai.search("Imouto Paradise")
print (search)

# GET INFO & DATA
get = hentai.get("https://hanime.tv/hentai-videos/imouto-paradise-1-ep-1")
print (get)

Credit

Moe Poi ~ / @moepoi