My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
pywget  
Download file or files via wget tool
Featured
Updated Feb 4, 2010 by uandrey@gmail.com

Introduction

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:downloaded

You can manage wget parameters in config file

Example of config file:

[wget]
parameters: -q -c -nc

Details

Usage: 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

Download

http://code.google.com/p/pyhttptools/source/browse/trunk/pywget.py


Sign in to add a comment
Powered by Google Project Hosting