mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
commit
685c3acb46
@ -4,7 +4,8 @@ Download any website from the Internet Archive Wayback Machine.
|
||||
|
||||
## Installation
|
||||
|
||||
You need to install Ruby on your system (>= 1.9.2) - if you don't already have it, then run:
|
||||
You need to install Ruby on your system (>= 1.9.2) - if you don't already have it.
|
||||
Then run (you may need sudo):
|
||||
|
||||
gem install wayback_machine_downloader
|
||||
|
||||
@ -22,7 +23,8 @@ It will download the last version of every file present on Wayback Machine to `w
|
||||
|
||||
### Optional Timestamp
|
||||
|
||||
You may want to supply a specific timestamp to lock your backup to an older version of the website. Wayback Machine Downloader will then fetch only file versions on or prior to the timestamp specified:
|
||||
You may want to supply a specific timestamp to lock your backup to an older version of the website, which can be found using the Wayback link: http://web.archive.org/web/20060716231334/http://example.com
|
||||
Wayback Machine Downloader will then fetch only file versions on or prior to the timestamp specified:
|
||||
|
||||
wayback_machine_downloader http://example.com --timestamp 20060716231334
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user