Skip to content

Instantly share code, notes, and snippets.

@lsongdev
Created September 15, 2014 07:06
Show Gist options
  • Select an option

  • Save lsongdev/416520b62ff8d77c7d08 to your computer and use it in GitHub Desktop.

Select an option

Save lsongdev/416520b62ff8d77c7d08 to your computer and use it in GitHub Desktop.
#!env bash
HOST="acg.sugling.in"
HEADER="User-Agent: ACGArt/4.4.11 CFNetwork/672.1.15 Darwin/14.0.0"
URL="http://$HOST/json_daily.php?device=iphone5&pro=yes&user=yes&sexyfilter=no&version=m.4.4.11"
curl -H "$HEADER" $URL | underscore select .imgs | underscore flatten --outfmt text | awk '{ print "http://acg.sugling.in/_uploadfiles/iphone5/640/"$1 }' | xargs -n1 wget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment