I am trying to diagnose why I can successfully ingest images with some feeds but not others.

It seems that simple image references on sites work well, e.g.
<img src="http://imageurl">

But after much trial and error, I still cannot get FIG to pick up a reference like this:
<img class="tplengine" src="http://imageURL" ...

Does FIG only work on a simple "img src" reference?

Thanks for anyone's help on this!

Comments

rooby’s picture

Status: Active » Postponed (maintainer needs more info)

It definitely should work with images that have classes & an id etc.

It uses xpath querying to get the img tag and then get its src. It shouldn't matter what other attributes the element has.

Can you possibly give a link to the page the image is on and give your settings for grabbing the image (like the ID or class used to find the image etc.)?

rooby’s picture

Issue summary: View changes

mistake showing code

rooby’s picture

Issue summary: View changes
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing due to inactivity. Please reopen if you are still having trouble with this.