Skip to content

Commit

Permalink
Update README with new options.
Browse files Browse the repository at this point in the history
  • Loading branch information
easlice committed Feb 29, 2024
1 parent be97af6 commit fbf860a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ usage: bandcamp-downloader.py [-h]
[--force]
[--wait-after-download WAIT_AFTER_DOWNLOAD]
[--max-download-attempts MAX_DOWNLOAD_ATTEMPTS]
[--retry-wait RETRY_WAIT] [--verbose]
[--retry-wait RETRY_WAIT]
[--include-hidden]
[--download-since DOWNLOAD_SINCE]
[--dry-run]
[--verbose] [-v]
username
Download your collection from bandcamp. Requires a logged in session in a
Expand Down Expand Up @@ -132,6 +136,12 @@ optional arguments:
How long, in seconds, to wait before trying to
download a file again after a failure. Defaults to
'5'.
--include-hidden Download items in your collection that have been marked as hidden.
--download-since DOWNLOAD_SINCE
Only download items purchased on or after the given date.
YYYY-MM-DD format, defaults to all items.
--dry-run Don't actually download files, just process all the web data
and report what would have been done.
--verbose, -v
```

Expand Down

0 comments on commit fbf860a

Please sign in to comment.