summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xblm3
1 files changed, 1 insertions, 2 deletions
diff --git a/blm b/blm
index b3aa146..5b70f0d 100755
--- a/blm
+++ b/blm
@@ -7,8 +7,7 @@ jq -r '.data[] |
"From BLOCKET " + (.list_time | sub("\\+[0-9][0-9]:00$"; "Z") | fromdate | strftime("%a %b %e %T %Y")) + "\n" +
"From: " + .advertiser.name + ", " + .location[0].name + " (" + .advertiser.type + ")\n" +
"Subject: " + "(" + (.price.value | tostring) + ") " + .subject + "\n" +
- # (.images[] | "X-Image: " + .url + "\n") +
- ([.images[].url] | map("X-Image: " + .) | join("\n")) + "\n" +
+ ([.images[].url] | map("X-Image: " + . + "?type=original") | join("\n")) + "\n" +
"\n" + .body + "\n" +
"\n"
'