mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-18 10:16:47 +00:00
Use double quotes to support windows CLI as well
This commit is contained in:
parent
63c002395b
commit
45908086e9
@ -38,7 +38,7 @@ For example, if you only want to download files inside a specific `my_directory`
|
||||
|
||||
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"
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user