mirror of
https://github.com/ivabus/www
synced 2024-11-10 07:05:15 +03:00
airtable has changed hosting pattern
This commit is contained in:
parent
83d7a61c06
commit
f907b23acc
2
.github/prepare-thumb-images.sh
vendored
2
.github/prepare-thumb-images.sh
vendored
|
@ -13,7 +13,7 @@ for row in $($packages | jq -r '.[] | @base64'); do
|
|||
}
|
||||
|
||||
dl_url=$(_jq '.thumb_image_url')
|
||||
if [[ $dl_url == *"https://dl.airtable.com/.attachments"* ]]; then
|
||||
if [[ $dl_url == *"airtable"* ]]; then
|
||||
filename=$(basename -- "$dl_url")
|
||||
extension="${filename##*.}"
|
||||
filename="${filename%.*}"
|
||||
|
|
Loading…
Reference in a new issue