diff --git a/example.py b/example.py index a3025ec..c9d60ab 100644 --- a/example.py +++ b/example.py @@ -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) \ No newline at end of file