/ Published in: Bash
you'll need the ack (http://betterthangrep.com/) command line application
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
curl -o - "http://mabblog.com/" | ack -o "<img.*?>" | ack "src=\"([^\"]*)\"" --output=\$1