The 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:downloadedYou can manage wget parameters in config file
Example of config file:
[wget]
parameters: -q -c -nc
pywget homepage
pyhttptools homepage
3 comments: