mcw
March 27, 2023, 5:59pm
1
Hi,
Here is the page I am trying to scrape:
Official company swag eCommerce store for The Pantry by Olo branded merchandise and promotional products. All merchandise and promotional products on this site are powered, printed, manufactured, created, fulfilled, and shipped by ScreenBroidery...
Here is my configuration:
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
mcw
March 27, 2023, 6:43pm
3
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