Skip to content

Instantly share code, notes, and snippets.

@drakmail
Created May 4, 2012 15:27
Show Gist options
  • Select an option

  • Save drakmail/2595521 to your computer and use it in GitHub Desktop.

Select an option

Save drakmail/2595521 to your computer and use it in GitHub Desktop.
IMAGE=http://rikudou.ru/news/noblesse_234/2012-05-03-2297; mkdir -p images;cd images; wget `curl $IMAGE | sed -n '/alt2/,/\/center/p' | grep img | sed -rn 's/.*src="http:\/\/(.*)".*>/http:\/\/\1/p' | sed 's/".*//g' | sed ':a;N;$!ba;s/\n/\t/g'`;cd ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment