Update example >///<

This commit is contained in:
Moe Poi ~ 2019-07-05 11:08:54 +07:00
parent dd2c880302
commit 5498ddbe58

View file

@ -1,6 +1,6 @@
from HTV import HanimeTV
hentai = HanimeTV()
hentai = HanimeTV(email="EMAIL", password="PASS")
query = "Imouto Paradise"
url = "https://hanime.tv/hentai-videos/imouto-paradise-1-ep-1"
@ -16,6 +16,6 @@ print (info)
storyboards = hentai.storyboards(url)
print (storyboards)
# GET DOWNLOAD (STILL NOT WORKING)
# GET DOWNLOAD (USING AUTH)
download = hentai.download(url)
print (download)