Skip to content

Instantly share code, notes, and snippets.

@woctezuma
Last active July 26, 2024 08:33
Show Gist options
  • Save woctezuma/2d787bdeb68674021819152fd8c6f99e to your computer and use it in GitHub Desktop.
Save woctezuma/2d787bdeb68674021819152fd8c6f99e to your computer and use it in GitHub Desktop.
Download thumbnails for the tests in Canard PC
magazine=457
# target pages: 10-34 (included)
START=5
END=17
for ((i=START;i<=END;i++)); do
page=$(( 2*i ))
curl http://pressview5.immanens.com/api/document/4741/$magazine/page/$page/thumbnail -o ${magazine}_${page}.jpg
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment