From bdb8bb9847f4cf95ee7d5f62428c5d8bb76de0ec Mon Sep 17 00:00:00 2001 From: "Simon V. Lejel" Date: Mon, 18 Sep 2023 17:41:39 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Get=20the=20images=20from=20the=20A?= =?UTF-8?q?PI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bing-download.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bing-download.sh b/bing-download.sh index 05a7907..24ca4df 100644 --- a/bing-download.sh +++ b/bing-download.sh @@ -1,2 +1,5 @@ #!/bin/bash +# Get the JSON file, pull out just the URLs and put them in an array +images=$(wget -qO- https://peapix.com/bing/feed?country=gb) +