mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-18 18:26:43 +00:00
Fix formatting, spacing and spelling issues
This commit is contained in:
parent
21dd22f581
commit
a5b15d6d83
@ -19,7 +19,7 @@ Run wayback_machine_downloader with the base url of the website you want to retr
|
|||||||
|
|
||||||
## How it works
|
## How it works
|
||||||
|
|
||||||
It will download the last version of every file present on Wayback Machine to `./websites/example.com/`. It will also re-create a directory structure and auto-create `index.html` pages to work seamlessly with Apache and Nginx. All files downloaded are the original ones and not Wayback Machine rewritten versions. This way, URLs and links structure are the same than before.
|
It will download the last version of every file present on Wayback Machine to `./websites/example.com/`. It will also re-create a directory structure and auto-create `index.html` pages to work seamlessly with Apache and Nginx. All files downloaded are the original ones and not Wayback Machine rewritten versions. This way, URLs and links structure are the same as before.
|
||||||
|
|
||||||
## Advanced Usage
|
## Advanced Usage
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ Example:
|
|||||||
|
|
||||||
-c, --concurrency NUMBER
|
-c, --concurrency NUMBER
|
||||||
|
|
||||||
Optional. Specify the number of multiple files you want to download at the same time. Allows to speed up the download of a website significantly. Default is to download one file at the time.
|
Optional. Specify the number of multiple files you want to download at the same time. Allows to speed up the download of a website significantly. Default is to download one file at a time.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user