DMarby / humblebundle-ebook-downloader

An easy way to download ebooks from your humblebundle account
The Unlicense
230 stars 27 forks source link

How to use the nightmare? #11

Closed BattleMage closed 6 years ago

BattleMage commented 6 years ago

I just updated from 0.0.1 to 1.0.3 and I can't figure out how to use the downloader anymore.

Nearly all parameters changed. I don't see a way to give my session cookie. Reading through the source code, the session seems to be handled by nightmare, but nothing happens.

I do not have a GUI, just console for my linux box.

humblebundle-ebook-downloader$ nodejs index
Starting...
Validating session...
Authenticating...
DMarby commented 6 years ago

Hi, I've re-added the option to specify a session token by using the --auth-token option. Please update to version 1.0.5 and it should work for you on your headless box. Let me know if you have any more problems :)