Saturday, April 4, 2009

new script in pyhttptools: pywget.py

pywget.py downloading file or files via wget tool

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


pywget homepage
pyhttptools homepage

3 comments:

  1. Стырили мою идею. У меня называется rsget и делает в принципе то же.
    ReplyDelete
  2. Решений достаточно много. Дайте ссылку на ваш rsget и я добавлю, как его альтернативу.
    ReplyDelete
  3. http://jachacy.jogger.pl/2008/07/03/rsget-sh-skrypt-automatyzujacy-pobieranie-z-rapidshare-com/
    ReplyDelete