Skip to content

Instantly share code, notes, and snippets.

@zliuva
Created February 18, 2016 05:41
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/bcc50bae22aac4dd424f to your computer and use it in GitHub Desktop.
Save zliuva/bcc50bae22aac4dd424f to your computer and use it in GitHub Desktop.
curl -Ss http://www.si.com/swimsuit/collection/2016 | egrep -o '/swimsuit/model/.+?/2016/photos' | parallel curl -Ss http://www.si.com{} | egrep '<img src=("[^"]+").+?class="image (?:Landscape|Portrait)"\s+/>' | egrep -o 'http://.+?\.jpg' | parallel wget {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment