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 surpress certificate checks.
Download and save a file specified by url to dest directory, with force will |
|
Try to donwload via pip. |
|
Try to donwload via urllib. |
|
Try to donwload 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 donwload via pip.
Try to donwload via urllib.
Try to donwload via wget.
Get the URL for the docs or demo.
Get the file save location.
Entry point for wxget.