download fixed resolution images

This commit is contained in:
Adithya 2024-05-14 23:15:04 +05:30
parent ab1014e17f
commit 0537db7f27
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -44,7 +44,7 @@ fi
SIZE="$(echo "${CONFIG}" | jq -r '.size // empty')" SIZE="$(echo "${CONFIG}" | jq -r '.size // empty')"
if [ -n "${SIZE}" ]; then if [ -n "${SIZE}" ]; then
SIZE="atleast=${SIZE}&" SIZE="resolutions=${SIZE}&"
fi fi
RATIOS="$(echo "${CONFIG}" | jq -r '.ratios // empty')" RATIOS="$(echo "${CONFIG}" | jq -r '.ratios // empty')"