mirror of
https://gitlab.com/moepoi/HanimeTV.git
synced 2024-11-21 14:26:24 +01:00
Update example >///<
This commit is contained in:
parent
dd2c880302
commit
5498ddbe58
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
from HTV import HanimeTV
|
from HTV import HanimeTV
|
||||||
|
|
||||||
hentai = HanimeTV()
|
hentai = HanimeTV(email="EMAIL", password="PASS")
|
||||||
query = "Imouto Paradise"
|
query = "Imouto Paradise"
|
||||||
url = "https://hanime.tv/hentai-videos/imouto-paradise-1-ep-1"
|
url = "https://hanime.tv/hentai-videos/imouto-paradise-1-ep-1"
|
||||||
|
|
||||||
|
@ -16,6 +16,6 @@ print (info)
|
||||||
storyboards = hentai.storyboards(url)
|
storyboards = hentai.storyboards(url)
|
||||||
print (storyboards)
|
print (storyboards)
|
||||||
|
|
||||||
# GET DOWNLOAD (STILL NOT WORKING)
|
# GET DOWNLOAD (USING AUTH)
|
||||||
download = hentai.download(url)
|
download = hentai.download(url)
|
||||||
print (download)
|
print (download)
|
Loading…
Reference in a new issue