Is there a tool for this?

raawow

Regular Member
Joined
Apr 23, 2011
Messages
306
Reaction score
130
Hi to index my URLs I'll do the following:

1. Convert links to RSS using links2rss.c[0]m(1k links per RSS)
2. Submit them via RSS Submit
3. Ping RSS

Now, I've got a little problem with the first step because often I copy links into the submit box from links2rss but as some of you know with most article directories some articles will get rejected, therefore in my excel sheets they are marked as "URL Unavailable (Not Published)" or something like that. Now I need a tool which deleted every URL which doesn't start with http://.

This would be great because it takes so much time to manually delete all by myself.

Thanks :)
 
Code:
http://textmechanic.com/Remove-Lines-of-Text-Containing.html
This
 
You said you had your list in a spreadsheet right ? Most probably you are using MS Excel then.
Select your column and then: Data > Filter > Text Filter > Begin With > http://

Done. :)
 
I think you can automate it with Zennoposter but if you dont wana spend any money I think Winautomation will sufice for the job.You can find WinAutomation in download zone
 
You said you had your list in a spreadsheet right ? Most probably you are using MS Excel then.
Select your column and then: Data > Filter > Text Filter > Begin With > http://

Done. :)

Thanks, this works :D
 
Back
Top