• Welcome to DNForum.com - Domain Investor Forum, Free Domain Marketplace and a community for 45+ domain pros
    If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the oldest global domain name community on the internet and continues to grow every day. There are over 45,000 domainers on DNForum doing everything from buying domains, selling domains, using our free in-house built tools, learning about domains and discussing domains. Take a minute and Register.

Proxy list

Status
Not open for further replies.
If you have excel - copy the proxy list to a text file and save that. Open excel. Open the file from within excel. Delete the unused columns. Save file. Takes < 1 minute to do.
 
SharonTucci said:
If you have excel - copy the proxy list to a text file and save that. Open excel. Open the file from within excel. Delete the unused columns. Save file. Takes < 1 minute to do.

Thanks, but that doesn't help. I can lose the column very easily.

I am creating some more scripts in linux and I want to use proxies so I don't get banned. I can create the text file that I want by trimming the URL I mentioned. But... I don't want to have to bother. I'm just trying to create a cleaner script.

I want a URL to a file that is just a text file of proxies.

UPDATE


It doesn't really matter anymore. I was being lazy. It took me longer to write the post than the script below!

For those of you out there using linux the following does the job in about a second:

lynx -nolist -dump -accept_all_cookies "http://www.proxy-list.net/anonymous-proxy-lists.shtml" | grep ":" |
awk '{print $1}' > proxies.txt


DB
 
Status
Not open for further replies.
Back
Top Bottom