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:04:28 +02:00
parent ec330caf6a
commit 07baf00374

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 >/dev/null
wget -i $tmp/1 -x -N -P $dir -q
};done
cd $dir