Wget-compatible web downloader.
Project description
Wpull is a Wget-compatible (or remake/clone/replacement/alternative) web downloader.
Features:
Written in Python
Modular
Asynchronous
Python & Lua scripting support
Currently in beta quality! Some features are not implemented yet and the API is not considered stable.
Install
Requires:
Lunatic Python (bastibe version) (optional for Lua support)
Once you install the requirements, install Wpull from PyPI using pip:
pip3 install wpull
For detailed installation instructions, please see http://wpull.readthedocs.org/en/master/install.html.
Run
To download the About page of Google.com:
python3 -m wpull google.com/about
To archive a website:
python3 -m wpull billy.blogsite.example --warc-file blogsite-billy \ --no-check-certificate \ --no-robots --user-agent "InconspiuousWebBrowser/1.0" \ --wait 0.5 --random-wait --waitretry 600 \ --page-requisites --recursive --level inf \ --span-hosts --domains blogsitecdn.example,cloudspeeder.example \ --hostnames billy.blogsite.example \ --reject-regex "/login\.php" \ --tries inf --retry-connrefused --retry-dns-error \ --delete-after --database blogsite-billy.db \ --quiet --output-file blogsite-billy.log
To see all options:
python3 -m wpull --help
Documentation
Documentation is located at http://wpull.readthedocs.org/.
Help
Need help? Please see our Help page which contains frequently asked questions and support information.
The issue tracker is located at https://github.com/chfoo/wpull/issues.
Dev
Contributions and feedback are greatly appreciated.
Credits
Copyright 2013-2014 by Christopher Foo. License GPL v3.
This project contains third-party source code licensed under different terms:
backport
wpull.backport.argparse
wpull.backport.collections
wpull.backport.functools
wpull.backport.tempfile
wpull.backport.urlparse
wpull.thirdparty.robotexclusionrulesparser
We would like to acknowledge the authors of GNU Wget as Wpull uses algorithms from Wget.
Project details
Release history Release notifications | RSS feed
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 wpull-0.16.tar.gz
.
File metadata
- Download URL: wpull-0.16.tar.gz
- Upload date:
- Size: 330.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5e4ce006c6edcf515cae99de7bf9c709056ea776936b702dcf06ef067aa1ca5 |
|
MD5 | 74a6d3dae2d3e57a95083e83113ce511 |
|
BLAKE2b-256 | fae95e5bafd9813ef295172893c7c8c8930a0166985539d676792814b543b919 |