mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Improve Readme formating to make it clearer #15
This commit is contained in:
@@ -9,7 +9,7 @@ Then run:
|
||||
|
||||
gem install wayback_machine_downloader
|
||||
|
||||
Tip: If you have permission errors, you might have to run `sudo gem install wayback_machine_downloader`.
|
||||
**Tip:** If you run into permission errors, you might have to add `sudo` in front of this command.
|
||||
|
||||
## Basic Usage
|
||||
|
||||
@@ -23,7 +23,7 @@ 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, which can be found using the Wayback link: http://web.archive.org/web/20060716231334/http://example.com
|
||||
You may want to supply a specific timestamp to lock your backup to an older version of the website, which can be found inside the urls of the regular Wayback Machine website (e.g., 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
|
||||
|
||||
Reference in New Issue
Block a user