Skip to content

Commit

Permalink
readme: add --cookie option
Browse files Browse the repository at this point in the history
  • Loading branch information
marchellodev authored and Skallwar committed Oct 12, 2023
1 parent e497f85 commit 047a3ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ USAGE:

FLAGS:
-c, --continue-on-error Flag to enable or disable exit on error
--disable-certs-checks Dissable SSL certificates verification
--dry-run Do everything without saving the files to the disk
-h, --help Prints help information
-V, --version Prints version information
Expand All @@ -40,6 +41,9 @@ OPTIONS:
-a, --auth <auth>...
HTTP basic authentication credentials space-separated as "username password host". Can be repeated for
multiple credentials as "u1 p1 h1 u2 p2 h2"
--cookie <cookie>
Cookie to send with each request, format: key1=value1;key2=value2 [default: ]

--delay <delay>
Add a delay in seconds between downloads to reduce the likelihood of getting banned [default: 0]

Expand Down

0 comments on commit 047a3ec

Please sign in to comment.