pwget 是 wget 的替代品,可使用递归方式下载正则表单式匹配的所有 URL 地址。
使用方法:
./pwget.py [-r url_regex] url1 [url2] ... [urln]
Options:
-v --verbose: verbose execution
-h --help: this help
-r --regex: regex for urls to download
-c --cokiefile: specify a cookie file to use
-o --overwrite: force overwritting of files
-m --mirror: only download if size differs
-t --time: time to sleep between requests in seconds (float)