HanimeTV/example.py
2019-01-06 19:16:57 +07:00

12 lines
No EOL
270 B
Python

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)