Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
python-urlgrabber - A high-level cross-protocol url-grabber
A high-level cross-protocol url-grabber for python supporting HTTP, FTP
and file locations. Features include keepalive, byte ranges, throttling,
authentication, proxies and more.
Packages
Latest: python-urlgrabber-3.9.1-9.pre6.el5.fio.noarch.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| python-urlgrabber |
0 |
3.9.1 |
9.pre6.el5.fio |
noarch |
122 KiB |
2011-06-23 00:53:15 |
| python-urlgrabber |
0 |
3.9.1 |
8.pre6.el5.fio |
noarch |
122 KiB |
2011-06-22 21:26:30 |
Changelog:
- * 2011-04-12 - James Antill <james[AT]fedoraproject[DOTORG]> 3.9.1-8
- Work around some problems in curl.
- Resolves: rhbz#695747
- * 2010-07-14 - James Antill <james[AT]fedoraproject[DOTORG]> 3.9.1-7
- Fix automatic basename for downloads, and -o option problems.
- Resolves: rhbz#604724
- * 2010-04-13 - James Antill <james[AT]fedoraproject[DOTORG]> 3.9.1-6
- Update to upstream HEAD.
- LOWSPEEDLIMIT and hdrs
- Resolves: rhbz#576708
- * 2010-02-19 - Seth Vidal <skvidal at fedoraproject[DOTORG]> - 3.9.1-5
- add patch to allow reset_curl_obj() to close and reload the cached curl obj
- * 2009-11-12 - Seth Vidal <skvidal at fedoraproject[DOTORG]> - 3.9.1-4
- reset header values when we redirect and make sure debug output will work
- * 2009-11-11 - Seth Vidal <skvidal at fedoraproject[DOTORG]> - 3.9.1-3
- fixing a bunch of redirect and max size bugs
- * 2009-09-25 - Seth Vidal <skvidal at fedoraproject[DOTORG]> - 3.9.1-2
- stupid patch
- * 2009-09-25 - Seth Vidal <skvidal at fedoraproject[DOTORG]> - 3.9.1-1
- 3.9.1
- * 2009-08-18 - Seth Vidal <skvidal at fedoraproject[DOTORG]> - 3.9.0-8
- ssl options, http POST string type fixes
- * 2009-08-10 - Seth Vidal <skvidal at fedoraproject[DOTORG]> - 3.9.0-6
- reget fixes, tmpfiles no longer made for urlopen() calls.