GOI Directory added sites

This commit is contained in:
Nemo 2018-12-25 16:22:32 +05:30
parent c7345dd0f0
commit d64df33c1f
1 changed files with 1 additions and 1 deletions

2
dl.sh
View File

@ -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 '<meta http-equiv="refresh"' >> urls.raw.txt
done