Scrape images selectively : new filter
Kaine
thebestindexer.com
Hi @Sven
It would be possible to activate a selective scrape?
Currently all images in the pages are scraped, I think we could choose portions of html code or the images would be scraped.
For exemple here :
https://www.gsa-online.de/product/image_spider/
<figure class="image"> ... </figure>
Regex : (?<=<figure\ class="image">).*</figure>
For exemple here :
https://www.gsa-online.de/product/image_spider/
<figure class="image"> ... </figure>
Regex : (?<=<figure\ class="image">).*</figure>
Comments