Linked Image URL Extraction Script


/ Published in: Bash
Save to your folder(s)

you'll need the ack (http://betterthangrep.com/) command line application


Copy this code and paste it in your HTML
  1. curl -o - "http://mabblog.com/" | ack -o "<img.*?>" | ack "src=\"([^\"]*)\"" --output=\$1

Report this snippet


Comments


You need to login to view comments.