+ argparse

This commit is contained in:
Akash
2020-07-22 21:34:46 +05:30
committed by GitHub
parent 7241962d3a
commit 984f98936b

View File

@@ -281,7 +281,7 @@ $ waybackpy --url google.com --user_agent "my-unique-user-agent" --get save # Sa
## Dependency
* None, just python standard libraries (re, json, urllib and datetime). Both python 2 and 3 are supported :)
* None, just python standard libraries (re, json, urllib, argparse and datetime). Both python 2 and 3 are supported :)
## License