|
pywget
Download file or files via wget tool
Featured IntroductionThe main idea of this script is control of downloading files via wget. After downloading files from list, this list will contain information about the result of download. :downloaded - file was successfully downloaded :failed - indicate the problem of downloading Example: http://mirror.yandex.ru/ubuntu-releases/8.10/ubuntu-8.10-desktop-i386.iso:downloaded You can manage wget parameters in config file Example of config file: [wget] parameters: -q -c -nc DetailsUsage: pywget.py [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-c CONFIG, --config=CONFIG
configuration file
-u URL, --url=URL URL
-l LIST_URLS, --list_urls=LIST_URLS
file with list of URLs
Downloadhttp://code.google.com/p/pyhttptools/source/browse/trunk/pywget.py |
► Sign in to add a comment