Skip to content

Instantly share code, notes, and snippets.

@mopvhs
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mopvhs/4b93757c88b5fe558846 to your computer and use it in GitHub Desktop.
Save mopvhs/4b93757c88b5fe558846 to your computer and use it in GitHub Desktop.
随手批量下载网页上的图片
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