Skip to content

Instantly share code, notes, and snippets.

@mopvhs
Last active August 29, 2015 14:04
随手批量下载网页上的图片
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