I'm having trouble extracting a specific src attribute
const img1 = selector
.find("li.gallery_thumbItem.s-gallery_thumbItem:nth-child(3) span.gallery_thumbIn> img:last-child")
.attr("src");
The webpage contains:
https://i.sstatic.net/zeBPG.png
However, I only want to extract the first image from the html, and this is the result of my scraping:
https://i.sstatic.net/lpEu7.png
What I really want to extract is this: https://i.sstatic.net/BQ5QL.png