From 5498ddbe585de02b6cf641960befdca1d99fd815 Mon Sep 17 00:00:00 2001 From: Moe Date: Fri, 5 Jul 2019 11:08:54 +0700 Subject: [PATCH] Update example >///< --- example.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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