hejiheji001 / Web-Scraper-Plus

Web data extraction tool implemented as chrome extension with much more features
46 stars 18 forks source link

How do I get Start URL to show on data? #13

Closed Qewar closed 3 years ago

Qewar commented 3 years ago

The original Web Scraper tool has it so on the data it has the Start URL so you know where the data was taken from, this is not the case with this forked tool, or at least I'm not finding a way how.

Original image

Forked image

I need to know the URL from the corresponding data so I know what URL's have the 404 error.

hejiheji001 commented 3 years ago

I think you can add a location.href as part of your data. It will record the scraping url.

hejiheji001 commented 3 years ago

https://github.com/hejiheji001/Web-Scraper-Plus/wiki/Data-Filter

Qewar commented 3 years ago

I think you can add a location.href as part of your data. It will record the scraping url.

Worked perfectly, thanks.