>>682885Not the post from /g/, but this should also work:
> curl https://a.4cdn.org/BOARD/thread/THREAD.json | jq -r '.posts | map(select(.tim != null))[] | "https://is2.4chan.org/BOARD/" + (.tim | tostring) + .ext'|xargs wgetPlease replace THREAD and BOARD (twice) with the thread you want to download and its board.
You might also need to install jq if you don’t have it already.