H
Hongyi Zhao
Hi all,
I want to extract the proxy list given in the following url:
http://www.cybersyndrome.net/pla5.html
which is in the following form:
---------------
[snipped]
202.99.29.27:80
221.11.27.110:8080
ip-72-55-191-6.static.privatedns.com:3128
114.30.47.10:80
116.52.155.237:80
204.73.37.112:80
220.227.90.154:8080
211.136.253.234:80
host04.wilsonareasdips.w.subnet.rcn.com:8080
[snipped]
-----------------
Firstly, I use wget to obtin the above webpage:
wget -c http://www.cybersyndrome.net/pla5.html -O pla5
Then I want to use some regular expressions to extract the proxy list,
who can give me some hints?
Regards,
I want to extract the proxy list given in the following url:
http://www.cybersyndrome.net/pla5.html
which is in the following form:
---------------
[snipped]
202.99.29.27:80
221.11.27.110:8080
ip-72-55-191-6.static.privatedns.com:3128
114.30.47.10:80
116.52.155.237:80
204.73.37.112:80
220.227.90.154:8080
211.136.253.234:80
host04.wilsonareasdips.w.subnet.rcn.com:8080
[snipped]
-----------------
Firstly, I use wget to obtin the above webpage:
wget -c http://www.cybersyndrome.net/pla5.html -O pla5
Then I want to use some regular expressions to extract the proxy list,
who can give me some hints?
Regards,