Skip to content

Instantly share code, notes, and snippets.

@cybear
Created March 22, 2019 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cybear/f65db5461bf0256c6fe427c82507bc23 to your computer and use it in GitHub Desktop.
Save cybear/f65db5461bf0256c6fe427c82507bc23 to your computer and use it in GitHub Desktop.
dl.sh
#!/bin/bash
while read path
do
mkdir -p "$path"
svtplay-dl -MAts -o "$path/" "https://www.svtplay.se/$path" &
sleep 15
done < $1
./dl.sh urls.txt
professor-balthazar
dromturen
varldens-natur-katternas-planet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment