Skip to content

Instantly share code, notes, and snippets.

@tanakh
Created October 15, 2015 15:38
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 tanakh/402364671c00b1e9ac91 to your computer and use it in GitHub Desktop.
Save tanakh/402364671c00b1e9ac91 to your computer and use it in GitHub Desktop.
ごちうさアイコンダウンローダー
mkdir gochiusa_icon
wget -r -l1 http://www.gochiusa.com/news/hp0001/index03220000.html
find www.gochiusa.com -type f | grep '/[0-9]\+\.png.\+$' | sed -e 's/\(.*\/\([0-9]\+\.png\).*\)/cp \1 gochiusa_icon\/\2/g' | sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment