mirror of
https://gitlab.com/moepoi/HanimeTV.git
synced 2024-11-14 02:56:16 +01:00
12 lines
No EOL
270 B
Python
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) |