wxget.py – wx Version of wget utility for platform that don’t have it already.
wxget URL [DEST_DIR]
Where URL is a file URL and the optional DEST_DIR is a destination directory to download to, (default is to prompt the user). The –trusted option can be used to suppress certificate checks.
Download and save a file specified by url to dest directory, with force will |
|
Try to download via pip. |
|
Try to download via urllib. |
|
Try to download via wget. |
|
Get the URL for the docs or demo. |
|
Get the file save location. |
|
Entry point for wxget. |
Download and save a file specified by url to dest directory, with force will operate silently and overwrite any existing file.
Try to download via pip.
Try to download via urllib.
Try to download via wget.
Get the URL for the docs or demo.
Get the file save location.
Entry point for wxget.