Skip to content

Instantly share code, notes, and snippets.

@zliuva
Created February 19, 2014 06:10
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 zliuva/9086878 to your computer and use it in GitHub Desktop.
Save zliuva/9086878 to your computer and use it in GitHub Desktop.
curl http://swimsuit.si.com/swimsuit/assets/json/data.min.json | perl -wnE 'say for /assets\\\/media\\\/gallery\\\/(?:\w+\\\/|)[\w\-]+\\\/op\d+-\d+-raw1200\.jpg/g' | sed 's/\\\//\//g' | sort | uniq | xargs -I {} wget "http://swimsuit.si.com/swimsuit/{}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment