mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-29 16:16:06 +00:00
Reworded the README and included it into the main one.
This commit is contained in:
10
README.md
10
README.md
@@ -40,6 +40,16 @@ Or if you want to download every images without anything else:
|
|||||||
|
|
||||||
wayback_machine_downloader http://example.com --only "/\.(gif|jpg|jpeg)$/i"
|
wayback_machine_downloader http://example.com --only "/\.(gif|jpg|jpeg)$/i"
|
||||||
|
|
||||||
|
## Using the Docker images
|
||||||
|
|
||||||
|
All the options should work the same, just run it with this command instead of installing the gem:
|
||||||
|
|
||||||
|
docker run --rm -it -v $PWD/websites:/websites hartator/wayback-machine-downloader
|
||||||
|
|
||||||
|
You can use git branches as image tags to test new features on Docker Hub automated builds:
|
||||||
|
|
||||||
|
docker run --rm -it -v $PWD/websites:/websites yourname/yourrepo:yourfeature
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Contributions are welcome! Just submit a pull request via GitHub.
|
Contributions are welcome! Just submit a pull request via GitHub.
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
Usage:
|
|
||||||
docker run --rm -it -v $PWD/websites:/websites themonkeyz/wayback_machine_downloader http://old_website.com
|
|
||||||
|
|
||||||
Saves the websites in their own subdirectories in the websites directory in the current working directory.
|
|
||||||
|
|
||||||
See main README for more details.
|
|
||||||
Reference in New Issue
Block a user