From 44c23ac3b0f7c9582650f79e95ead65f259f0321 Mon Sep 17 00:00:00 2001 From: Gwendal Date: Thu, 15 Nov 2018 21:17:15 +0100 Subject: [PATCH] Update README with new default behavior --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac0559a..6621f53 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,10 @@ Usage:
[-h] [-c=] [-d=] [- ## Bandcamp authentication This tool does not manage authentication with Bandcamp servers, as they require a valid token from Google Captcha. -Hence, authentication must first be achieved using Firefox, then Bandcamp cookies must be exported in JSON using the Firefox Addon [Cookie Quick Manager](https://addons.mozilla.org/en-US/firefox/addon/cookie-quick-manager/). -This JSON file can then be used using the mandatory parameter `--cookies-file`: +Hence, authentication must first be achieved using Firefox. Then there are two possibilities: +- If running a Linux system (and if the `--cookies-file` parameter is not used), then the tool will automatically find the required cookies in the Firefox profile folder of the system user. +- Else, Bandcamp cookies must be exported in JSON using the Firefox Addon [Cookie Quick Manager](https://addons.mozilla.org/en-US/firefox/addon/cookie-quick-manager/). +This JSON file can then be used using the parameter `--cookies-file`: ## Installation