mirror of
https://gitlab.com/moepoi/HanimeTV.git
synced 2024-11-10 00:56:15 +01:00
Get data from https://hanime.tv
|
||
---|---|---|
HTV | ||
.gitattributes | ||
.gitignore | ||
example.py | ||
LICENSE | ||
README.md | ||
requirements.txt |
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