Last active
July 26, 2024 08:33
-
-
Save woctezuma/2d787bdeb68674021819152fd8c6f99e to your computer and use it in GitHub Desktop.
Download thumbnails for the tests in Canard PC
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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