Describe the problem.
I want to scrape the product along with all the images. but the issue is that I only scraped a single image but I want to scrape multiple images from any single product. Instead, it duplicates the product with different images of the same product.
Url: https://www.chrono24.com/rolex/explorer-ii--id13556486.htm
Sitemap:
{"_id":"chrono24","startUrl":["https://www.chrono24.com/watches/adventure-watches--231-36.htm"],"selectors":[{"id":"links","type":"SelectorLink","parentSelectors":["_root"],"selector":"a.article-item","multiple":true,"delay":0},{"id":"Product Name","type":"SelectorText","parentSelectors":["links"],"selector":"h1","multiple":false,"regex":"","delay":0},{"id":"Product Price","type":"SelectorText","parentSelectors":["links"],"selector":"span.d-block > span","multiple":false,"regex":"","delay":0},{"id":"Description","type":"SelectorText","parentSelectors":["links"],"selector":"td div","multiple":false,"regex":"","delay":0},{"id":"Listing number","type":"SelectorText","parentSelectors":["links"],"selector":"span.jq-watch-shortlink","multiple":false,"regex":"","delay":0},{"id":"Reference number","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Reference number') a","multiple":false,"regex":"","delay":0},{"id":"Brand","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Brand') a","multiple":false,"regex":"","delay":0},{"id":"Model","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Model') a","multiple":false,"regex":"","delay":0},{"id":"Code","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Code') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Movement","type":"SelectorText","parentSelectors":["links"],"selector":"tr:nth-of-type(7):contains('Movement') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Case material","type":"SelectorText","parentSelectors":["links"],"selector":"tr:nth-of-type(8):contains('Case material') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Bracelet material","type":"SelectorText","parentSelectors":["links"],"selector":"tr:nth-of-type(9):contains('Bracelet material') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Year","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Year') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Condition","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Condition') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Scope of delivery","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Scope of delivery') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Gender","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Gender') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Location","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Location') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Movement/Caliber","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Movement/Caliber') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Base caliber","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Base caliber') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Number of jewels","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Number of jewels') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Case diameter","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Case diameter') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Water resistance","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Water resistance') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Bezel material","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Bezel material') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Crystal","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Crystal') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Dial","type":"SelectorText","parentSelectors":["links"],"selector":"tr:nth-of-type(7):contains('Dial') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Dial numerals","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Dial numerals') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Bracelet color","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Bracelet color') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Clasp","type":"SelectorText","parentSelectors":["links"],"selector":"tr:nth-of-type(4):contains('Clasp') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Clasp material","type":"SelectorText","parentSelectors":["links"],"selector":"tr:contains('Clasp material') td:nth-of-type(2)","multiple":false,"regex":"","delay":0},{"id":"Functions","type":"SelectorText","parentSelectors":["links"],"selector":"tr:nth-of-type(2) td[colspan]","multiple":false,"regex":"","delay":0},{"id":"Images","type":"SelectorElementAttribute","parentSelectors":["links"],"selector":"div.d-inline-flex.m-b-3","multiple":true,"extractAttribute":"style","delay":0}]}