Home > Questions and Answers > General Questions

UrlScrapper/Export urls - question (3)


05-21-2012 09:46 AM #1 afilia320 (Member)
UrlScrapper/Export urls - question

Hi everyone

When I scrape a url with the UrlScrapper usually I get the following:

Website.com/page-X.html%3foscsid%3dnodetl06pm1f2mcveojhqcvou1

Is there a way you know to eliminate the bold part when I get a big list?


Thanks!


05-21-2012 10:46 AM #2 tijn (Moderator)

Which scraper do you use?

It seems the URL is encoded somehow. This is the actual url

Code:
Website.com/page-X.html?oscsid=nodetl06pm1f2mcveojhqcvou1
What you can do is:

* copy all the URLs
* paste them in this textbox: http://meyerweb.com/eric/tools/dencoder/
* press decode
* use regex tool to replace unwanted text

http://gskinner.com/RegExr/


05-21-2012 11:55 AM #3 afilia320 (Member)

I'm using the one in the affexpert tools. Thank you!!!!! Real time($) saver!


Home > Questions and Answers > General Questions