Feed Creator is not including image in feed output

Hi,

Here is the page I am trying to scrape:

Here is my configuration:
image

Full feed-configuration URL you can test with:
https://createfeed.fivefilters.org/extract.php?url=https%3A%2F%2Fthepantry.olo.com%2Fcollections%2Fapparel%3Fsort_by%3Dcreated-descending&item=li&item_title=div+a+span&item_desc=.price-item--regular&item_image=img&feed_title=The+Pantry+-+Apparel&max=20&guid=url_title&strip=&keep_qs_params=

The feed generated this way is not finding the images under the li items. I have tried all of these:

img
div div div div img
.grid-view-item__image

Here is the RSS that I generated from the feed showing that the images aren’t being added: The Pantry - Apparel

The first img is a srcset of different image sizes. You shoud use noscript img instead. I also changed the other selectors:
Link to Creator page

1 Like

Aha! Thank you very much. I didn’t know that srcset made a difference.

It would be nice if this surfaced something to the user in Feed Creator, saying “that img needs a src property - srcset does not work with Feed Creator” or something like that.

1 Like