Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmStoxe committed Jul 2, 2020
1 parent 640ae20 commit 552dbb4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ go get -u github.com/iamstoxe/urlgrab
## Usage

```bash
urlgrab --url=https://httpbin.org \
--depth=3 \
--threads=10 \
--delay=2000
urlgrab --url=https://httpbin.org/links/200/0 \
--depth=3 \ # Go 3 levels deep
--threads=10 \ # Utilize 10 threads
--delay=2000 \ # Randomly apply a 2000ms delay
--random-agent # Utilize a random user-agent
```

###### Note
Expand Down

0 comments on commit 552dbb4

Please sign in to comment.