mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Explain how the only flag works
This commit is contained in:
parent
4f26d3249c
commit
fb4b5a9bd3
@ -28,6 +28,12 @@ Wayback Machine Downloader will then fetch only file versions on or prior to the
|
|||||||
|
|
||||||
wayback_machine_downloader http://example.com --timestamp 20060716231334
|
wayback_machine_downloader http://example.com --timestamp 20060716231334
|
||||||
|
|
||||||
|
## Optional Only URL Filter
|
||||||
|
|
||||||
|
You may want to retrieve files that are of certain type (e.g., .pdf, .jpg, .wrd...) or are in a specific directory. To do so, you can supply the `--only` flag with a string or a Regex to limit what Wayback Machine Downloader will download.
|
||||||
|
|
||||||
|
wayback_machine_downloader http://example.com --only \.pdf
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Contributions are welcome! Just submit a pull request via GitHub.
|
Contributions are welcome! Just submit a pull request via GitHub.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user