1
0
mirror of https://github.com/danog/gigaclone.git synced 2024-11-26 20:14:58 +01:00

Update gigaclone

This commit is contained in:
Video download 2015-09-26 10:52:00 +02:00
parent 5220a70ede
commit 3af90019bc

View File

@ -29,7 +29,7 @@ sed -i '/.*404.*/d;/.*403.*/d;s/\sHTTP.*//g;s/.*\s/http:\/\/profile\.gigaset\.ne
echo "Remove duplicates for $f"
awk '!seen[$0]++' $f>$tmp/1
echo "Download urls in $f."
wget -i $tmp/1 -x -N -P $dir | t
wget -i $tmp/1 -x -N -P $dir 2>&1 | t
};done
cd $dir