Skip to content

Instantly share code, notes, and snippets.

@yusuke024
Created June 10, 2015 13:53
Show Gist options
  • Save yusuke024/d3ddbcef1bc7006f5579 to your computer and use it in GitHub Desktop.
Save yusuke024/d3ddbcef1bc7006f5579 to your computer and use it in GitHub Desktop.
curl -s http://www.readmanga.today/naruto/700.2/all-pages | pup '.img-responsive-2 attr{src}' | xargs -n 1 curl -sO; convert * cartoon.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment