Skip to content

Commit

Permalink
Fix Readme errors on flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
hartator committed Jun 12, 2017
1 parent 3179fac commit 058fc62
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ It will download the last version of every file present on Wayback Machine to `.
Default is ./websites/ plus the domain name
-f, --from TIMESTAMP Only files on or after timestamp supplied (ie. 20060716231334)
-t, --to TIMESTAMP Only files on or before timestamp supplied (ie. 20100916231334)
-e, --exact_url Download only the url provied and not the full site
-e, --exact-url Download only the url provied and not the full site
-o, --only ONLY_FILTER Restrict downloading to urls that match this filter
(use // notation for the filter to be treated as a regex)
-x, --exclude EXCLUDE_FILTER Skip downloading of urls that match this filter
Expand All @@ -47,9 +47,6 @@ It will download the last version of every file present on Wayback Machine to `.
Count an average of 150,000 snapshots per page
-l, --list Only list file urls in a JSON format with the archived timestamps, won't download anything
-v, --version Display version



## Specify directory to save files to

Expand Down Expand Up @@ -85,13 +82,13 @@ Example:

## Exact Url

-e, --exact_url
-e, --exact-url

Optional. If you want to retrieve only the file matching exactly the url provided, you can use this flag. It will avoid downloading anything else.

For example, if you only want to download only the html homepage file of example.com:

wayback_machine_downloader https://example.com --exact_url
wayback_machine_downloader https://example.com --exact-url


## Only URL Filter
Expand Down

0 comments on commit 058fc62

Please sign in to comment.