Created
October 18, 2021 10:03
-
-
Save cmandersen/5e6e3985a1f058eb96441be856a0d12e to your computer and use it in GitHub Desktop.
Download all .mp4 files from a archive.org collection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
IFS=$'\n' | |
ia list --glob="*.mp4" $1 | parallel --bar -j10 "ia download $1 {}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment