Describe the problem.
Hi .. I cant seem to figure out how to extract images from carousels like this one from this link I tried almost everything on here but nothing seems to be working for me.
Basically just need a working method in extracting images from products on eCommerce websites preferably the one with the link above. Thanks.
Sitemap:
{"_id":"djmixers","startUrl":["https://www.jumia.com.ng/dj-equipment-mixers/?page=[1-7]"],"selectors":[{"id":"products","type":"SelectorLink","parentSelectors":["_root"],"selector":".-gallery a","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["products"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["products"],"selector":".price-box div span.price","multiple":false,"regex":"","delay":0},{"id":"description","type":"SelectorText","parentSelectors":["products"],"selector":"div.product-description","multiple":false,"regex":"","delay":0},{"id":"specification","type":"SelectorText","parentSelectors":["products"],"selector":".tab-content > div > div:nth-of-type(1), div.list, div:nth-of-type(n+5) div.osh-col","multiple":false,"regex":"","delay":0},{"id":"images ","type":"SelectorElementAttribute","parentSelectors":["products"],"selector":"div.media, .cycle-carousel-wrap img.-loaded","multiple":true,"extractAttribute":"","delay":0}]}