DL — utility for download files by URLs from list
Usage:
- clone repo
git clone https://github.com/creadone/dl.git
- install dependencies
cd dl/src && crystal deps
- build release
crystal build dl.cr --release
- run
./dl -l urls.txt -o ./destination_folder