#!/bin/sh

#Description: Takes in a list of sites that are supported by gallery-dl and downloads from them in parallel.

#Axioms:

#Dependencies: https://packages.debian.org/sid/parallel https://packages.debian.org/sid/gallery-dl


parallel -P 3 --bar gallery-dl -R -1 {} ::: $1