[Q] Clean URL List

kazimir

Newbie
Joined
May 4, 2010
Messages
36
Reaction score
8
Hi i have a huge list of links, and i wanna clean it , practicaly to extract only the domain names. Do you know any tool or any certain way to do that ?

Thank you very much :)
 
Hi i have a huge list of links, and i wanna clean it , practicaly to extract only the domain names. Do you know any tool or any certain way to do that ?

Thank you very much :)

Scrape box can do this, simply "remove all urls not containing" re load and repeat.
 
Scrape box can do this, simply "remove all urls not containing" re load and repeat.

Thanks zimsabre, but i don't have scrapebox.

Any other free tool that i can use ?
 
Here is How to Do it Using Notepad++

http://www.youtube.com/embed/U10e3XLOe6k?HD=1;rel=0;showinfo=0;controls=1

http://www.youtube.com/watch?v=U10e3XLOe6k

http://www.youtube.com/embed/U10e3XLOe6k?HD=1;rel=0;showinfo=0;controls=1
 
thanks bezopravin , it's cool that notepad++ suport " * " in searches . Jobs more easier now
 
which version of notepad++ do I need to get in order to make the wild key to work?
I just tried to do it on 5.9.2 and it didn't work (it has not replaced ANYTHING)
 
which version of notepad++ do I need to get in order to make the wild key to work?
I just tried to do it on 5.9.2 and it didn't work (it has not replaced ANYTHING)

Try Selecting "Regular Expression" Under Search Mode

624201182048pm.png
 
I did that, but it didn't work...
it says that it has changed 60k lines but nothing changed...
 
found out the problem... it was with my reg expression... I add * instead of (.*) ... but got things sorted now!!
 
Back
Top