How to extract multiple Image URLs from different websites

Describe the problem.
While scraping the below url data, I am able to extract each and every thing from the details page except the multi image's url of the product, I am just able to exract the main product image through the image selector.

I want to extract the thumbnail images also in hd quality.

Url: Buy Hindu Religious Books - Bhagavad Gita & Mahabharata

Sitemap:
{"_id":"Hinduexoticbooks","startUrl":["Buy Hindu Religious Books - Bhagavad Gita & Mahabharata a","multiple":true,"linkType":"linkFromHref"},{"id":"Name","parentSelectors":["Title"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""},{"id":"Price","parentSelectors":["Title"],"type":"SelectorText","selector":"div.has-text-weight-bold.is-size-3-desktop","multiple":false,"regex":""},{"id":"Author","parentSelectors":["Title"],"type":"SelectorText","selector":"tr:contains('Publisher:') td:nth-of-type(2)","multiple":false,"regex":""},{"id":"Publisher","parentSelectors":["Title"],"type":"SelectorText","selector":"tr:contains('Publisher:') td:nth-of-type(2)","multiple":false,"regex":""},{"id":"Language","parentSelectors":["Title"],"type":"SelectorText","selector":"tr:contains('Language:') td:nth-of-type(2)","multiple":false,"regex":""},{"id":"image","parentSelectors":["Title"],"type":"SelectorImage","selector":"img#detailsPrimaryImageSrc","multiple":false}]}

Requesting to please record the screen video when you trying yourself with the solution for my learning.

Hi,

Please post the sitemap as Preformatted text , the code seems broken

code

{"_id":"Hinduexoticbooks","startUrl":["https://www.exoticindiaart.com/book/hindu/[1-174]/"],"selectors":[{"id":"Title","parentSelectors":["_root"],"type":"SelectorLink","selector":".product-textarea-title a","multiple":true,"linkType":"linkFromHref"},{"id":"Name","parentSelectors":["Title"],"type":"SelectorText","selector":"h1","multiple":false,"regex":""},{"id":"Price","parentSelectors":["Title"],"type":"SelectorText","selector":"div.has-text-weight-bold.is-size-3-desktop","multiple":false,"regex":""},{"id":"Author","parentSelectors":["Title"],"type":"SelectorText","selector":"tr:contains('Publisher:') td:nth-of-type(2)","multiple":false,"regex":""},{"id":"Publisher","parentSelectors":["Title"],"type":"SelectorText","selector":"tr:contains('Publisher:') td:nth-of-type(2)","multiple":false,"regex":""},{"id":"Language","parentSelectors":["Title"],"type":"SelectorText","selector":"tr:contains('Language:') td:nth-of-type(2)","multiple":false,"regex":""},{"id":"image","parentSelectors":["Title"],"type":"SelectorImage","selector":"img#detailsPrimaryImageSrc","multiple":false}]}

See the sitemap below:

{"_id":"Hinduexoticbooks22","startUrl":["https://www.exoticindiaart.com/book/hindu/[1-174]/"],"selectors":[{"id":"Title","linkType":"linkFromHref","multiple":true,"parentSelectors":["_root"],"selector":".product-textarea-title a","type":"SelectorLink"},{"id":"Name","multiple":false,"parentSelectors":["Title"],"regex":"","selector":"h1","type":"SelectorText"},{"id":"Price","multiple":false,"parentSelectors":["Title"],"regex":"","selector":"div.has-text-weight-bold.is-size-3-desktop","type":"SelectorText"},{"id":"Author","multiple":false,"parentSelectors":["Title"],"regex":"","selector":"tr:contains('Publisher:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Publisher","multiple":false,"parentSelectors":["Title"],"regex":"","selector":"tr:contains('Publisher:') td:nth-of-type(2)","type":"SelectorText"},{"id":"Language","multiple":false,"parentSelectors":["Title"],"regex":"","selector":"tr:contains('Language:') td:nth-of-type(2)","type":"SelectorText"},{"id":"image","multiple":false,"parentSelectors":["Title"],"selector":"img#detailsPrimaryImageSrc","type":"SelectorImage"},{"extractAttribute":"href","id":"all-images","parentSelectors":["Title"],"selector":".product-details-alt-tiny-image a","type":"SelectorGroup"}]}

You can use regex or find/replace in Excel to remove the unnecessary parts.