Bash Script: Using jq (command-line json parser) -- downloading image files listed in JSON

Опубликовано: 12 Октябрь 2024
на канале: Thomas Blum
218
1

In this video we look at a bash script that uses wget to download a JSON file with data about painters and paintings. The script then loops through the artists and for each creates a directory. It then downloads a set of images for each artist and moves those files into the designated directory.