wget (original) (raw)

Project description

Usage

python -m wget [options]

options:

-o –output FILE|DIR output filename or directory

API Usage

import wget url = 'http://www.futurecrew.com/skaven/song_files/mp3/razorback.mp3' filename = wget.download(url) 100% [................................................] 3841532 / 3841532> filename 'razorback.mp3'

The skew that you see above is a documented side effect. Alternative progress bar:

wget.download(url, bar=bar_thermometer)

ChangeLog

3.2 (2015-10-22)

3.1 (2015-10-18)

3.0 (2015-10-17)

2.2 (2014-07-19)

2.1 (2014-07-10)

2.0 (2013-04-26)

1.0 (2012-11-13)

0.9 (2012-11-13)

0.8 (2011-05-03)

0.7 (2011-03-01)

0.6 (2010-04-24)

0.5 (2010-04-23)

0.4 (2010-04-15)

0.3 (2010-04-05)

0.2 (2010-02-16)

0.1 (2010-02-04)

Release Checklist

[ ] update version in wget.py

[x] update description in setup.py

[ ] python setup.py check -mrs

[ ] python setup.py sdist upload

[ ] tag hg version

– anatoly techtonik <techtonik@gmail.com>

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

File details

Details for the file wget-3.2.zip.

File metadata

File hashes

Hashes for wget-3.2.zip | Algorithm | Hash digest | | | ----------- | ---------------------------------------------------------------- | | | SHA256 | 35e630eca2aa50ce998b9b1a127bb26b30dfee573702782aa982f875e3f16061 | | | MD5 | fb7a04ee59a56bd8db974146df1d7a8b | | | BLAKE2b-256 | 476a62e288da7bcda82b935ff0c6cfe542970f04e29c756b0e147251b2fb251f | |

See more details on using hashes here.