diff options
Diffstat (limited to 'blm')
-rwxr-xr-x | blm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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" ' |