Skip to content

Instantly share code, notes, and snippets.

@fake-or-dead
Last active September 10, 2015 16:38
Show Gist options
  • Save fake-or-dead/6996099b26876f23f863 to your computer and use it in GitHub Desktop.
Save fake-or-dead/6996099b26876f23f863 to your computer and use it in GitHub Desktop.
playboy gallery
# download gallery thanks playboy cdn :D
curl http://playboy.co.th/cdn/image/\[0000-9999\] -O
# filter out playboy logo
find . -size 26155c -delete
find . -size 37091c -delete
# rename file to .jpg
find . -name '????' -exec bash -c 'mv $0 $0.jpeg' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment