From d64df33c1f566f56f1467aede3e9f1b9d1a59285 Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 25 Dec 2018 16:22:32 +0530 Subject: [PATCH] GOI Directory added sites --- dl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dl.sh b/dl.sh index b810173..ae55281 100644 --- a/dl.sh +++ b/dl.sh @@ -1,7 +1,7 @@ #!/bin/bash # Download from the goidirectory website -for i in $(seq 1 14388); do +for i in $(seq 1 14648); do echo $i curl -s "http://goidirectory.nic.in/sitecounter.php?id=$i" |grep '> urls.raw.txt done