微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

pwget wget 改进版

程序名称:pwget

授权协议: AGPL

操作系统: 跨平台

开发语言: Python

pwget 介绍

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)

pwget 官网

https://github.com/larroy/wget2

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐