Use double quotes to support windows CLI as well

This commit is contained in:
hartator 2016-01-11 18:36:09 -06:00
parent 63c002395b
commit 45908086e9

View File

@ -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: 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 ## Contributing