From c68bf206930ee109cac7e17731cc28c9cf1b566a Mon Sep 17 00:00:00 2001 From: Video download Date: Fri, 25 Sep 2015 22:28:42 +0200 Subject: [PATCH] Update gigaclone --- gigaclone | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gigaclone b/gigaclone index b4ad212..5fda25e 100644 --- a/gigaclone +++ b/gigaclone @@ -13,9 +13,9 @@ for f in ./*;do { echo "Working... for $f" sed -i '/.*404.*/d;/.*403.*/d;s/\sHTTP.*//g;s/.*\s/http:\/\/profile\.gigaset\.net/g;/http:\/\/profile\.gigaset\.net\"\"/d' $f echo "Remove duplicates for $f" -gawk -i inplace '!seen[$0]++' $f +awk '!seen[$0]++' $f>$tmp/1 echo "Download urls in $f." -wget -i $f -x -N -P $dir +wget -i $tmp/1 -x -N -P $dir };done cd $dir