HanimeTV Save

Get data from https://hanime.tv

Project README

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

Open Source Agenda is not affiliated with "HanimeTV" Project. README Source: moepoi/HanimeTV
Stars
78
Open Issues
1
Last Commit
3 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating