Last active
August 29, 2015 14:04
随手批量下载网页上的图片
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://chrome.google.com/webstore/detail/xpath-helper/hgimnogjllphhhkhlmebbmlgjoejdpjl | |
快捷键:Ctrl-Shift-X | |
//div[@class='pic']//img//@src | |
列编辑,加上域名,保存到images.txt | |
wget -i images.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment