[Plugin: HungryFEED] searching element inside a content encoded rss feed
-
Hi
I lokking for a way to extract some elements : image and text inside a “content encoded” rss feed.
to extrac you use
<div> {{data[‘child’][‘https://purl.org/rss/1.0/modules/content/’%5D%5B‘encoded’%5D%5B‘0’%5D%5B‘data’%5D}}</div>
and to get the first image you whrite this :
<img src=”{{select(attr:src).img:first}}”>
but do you get the first image of a content encoded feed ?
I try several ways to mix code but didn’t goes anywhere.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: HungryFEED] searching element inside a content encoded rss feed’ is closed to new replies.