Skip to content

Commit f3ddbe8

Browse files
authored
Explain all-timestamps option
1 parent aa5977c commit f3ddbe8

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ It will download the last version of every file present on Wayback Machine to `.
3333
Optional options:
3434
-d, --directory PATH Directory to save the downloaded files into
3535
Default is ./websites/ plus the domain name
36+
-s, --all-timestamps Download all snapshots/timestamps for a given website
3637
-f, --from TIMESTAMP Only files on or after timestamp supplied (ie. 20060716231334)
3738
-t, --to TIMESTAMP Only files on or before timestamp supplied (ie. 20100916231334)
3839
-e, --exact-url Download only the url provied and not the full site
@@ -46,7 +47,6 @@ It will download the last version of every file present on Wayback Machine to `.
4647
-p, --maximum-snapshot NUMBER Maximum snapshot pages to consider (Default is 100)
4748
Count an average of 150,000 snapshots per page
4849
-l, --list Only list file urls in a JSON format with the archived timestamps, won't download anything
49-
-v, --version Display version
5050
5151
## Specify directory to save files to
5252

@@ -57,6 +57,22 @@ Optional. By default, Wayback Machine Downloader will download files to `./websi
5757
Example:
5858

5959
wayback_machine_downloader http://example.com --directory downloaded-backup/
60+
61+
## All Timestamps
62+
63+
-s, --all-timestamps
64+
65+
Optional. This option will download all timestamps/snapshots for a given website. It will uses the timepstamp of each snapshot as directories.
66+
67+
Example:
68+
69+
wayback_machine_downloader http://example.com --all-timestamps
70+
71+
Will download:
72+
websites/example.com/20060715085250/index.html
73+
websites/example.com/20051120005053/index.html
74+
websites/example.com/20060111095815/img/logo.png
75+
...
6076

6177
## From Timestamp
6278

0 commit comments

Comments
 (0)