mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.48k stars 941 forks source link

[ Exhentai & E-hentai ] - Is there anyway in downloading the Original File Resolution/Format #1840

Closed Xanthraxxx closed 3 years ago

Xanthraxxx commented 3 years ago

Like the title asks, Is there anyway in downloading the Original File Resolution/Format?

mikf commented 3 years ago

You need to be logged in for that, either with username&password or cookies.

Xanthraxxx commented 3 years ago

You need to be logged in for that, either with username&password or cookies.

I tried logging in with user/pass and I get the error: No username given, using e-hentai.

and not exactly sure how to do the cookies. I exported them and used: [F:\New folder\Example\gallery-dl\Cookies\cookies.txt]

I tried using: $ gallery-dl -o username= -o password= URL $ gallery-dl -u -p URL

I get this error as well: [exhentai][info] Logging in as 1234567 [exhentai][error] AuthenticationError: Invalid or missing login credentials

mikf commented 3 years ago
$ gallery-dl --cookies "F:\New folder\Example\gallery-dl\Cookies\cookies.txt" URL
rautamiekka commented 3 years ago

Try drag-dropping the file from Explorer (hell, even from your desktop) into your terminal, it'll auto-complete and even auto-quote the full path.

mikf commented 3 years ago

that didn't work either

Well, it couldn't find the cookies.txt file, so it continued without any extra cookies and without login. Try what rautamiekka suggests to make sure the path is correct.

Xanthraxxx commented 3 years ago

Try drag-dropping the file from Explorer into your terminal, it'll auto-complete and even auto-quote the full path.

Thank you rautamiekka, that worked. :)