Created
March 22, 2019 19:53
-
-
Save cybear/f65db5461bf0256c6fe427c82507bc23 to your computer and use it in GitHub Desktop.
dl.sh
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 | |
while read path | |
do | |
mkdir -p "$path" | |
svtplay-dl -MAts -o "$path/" "https://www.svtplay.se/$path" & | |
sleep 15 | |
done < $1 |
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
./dl.sh urls.txt |
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
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