Describe the problem
Hi there!
I'm having issues fetching images from the website referred below. Attached you'll find a working sitemap. It fetches all the text data I need but I'm not able to get img-src (since it's a background image I guess). Checking the page source code, you'll find the .jpg file which is the URL I need, for example:
Product URL: https://thieve.co/products/minimal-black-stainless-steel-watch
Image URL found in source code (the source image I need!): https://s3.amazonaws.com/thieve-media/wp-content/uploads/2017/01/minimal-black-stainless-steel-watch-featured-1.jpg
Sitemap:
{"_id":"thieve","startUrl":["https://thieve.co/"],"selectors":[{"id":"category","type":"SelectorLink","parentSelectors":["_root"],"selector":"app-product-feed-categories a.filter:nth-of-type(n+2)","multiple":true,"delay":0},{"id":"item","type":"SelectorElementScroll","parentSelectors":["category"],"selector":"div.card-wrapper.small-6","multiple":true,"delay":0},{"id":"item_detail","type":"SelectorLink","parentSelectors":["item"],"selector":"a.title","multiple":true,"delay":0},{"id":"title","type":"SelectorText","parentSelectors":["item_detail"],"selector":"h1.title","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["item_detail"],"selector":"span.current","multiple":false,"regex":"","delay":0},{"id":"old_price","type":"SelectorText","parentSelectors":["item_detail"],"selector":"span.original","multiple":false,"regex":"","delay":0},{"id":"orders","type":"SelectorText","parentSelectors":["item_detail"],"selector":"div.total-orders","multiple":false,"regex":"","delay":0},{"id":"url_ae","type":"SelectorLink","parentSelectors":["item_detail"],"selector":"a.button","multiple":false,"delay":0}]}
Thanks in advance!
