Skip to content

Instantly share code, notes, and snippets.

@cmandersen
Created October 18, 2021 10:03
Show Gist options
  • Save cmandersen/5e6e3985a1f058eb96441be856a0d12e to your computer and use it in GitHub Desktop.
Save cmandersen/5e6e3985a1f058eb96441be856a0d12e to your computer and use it in GitHub Desktop.
Download all .mp4 files from a archive.org collection
#! /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