开发者

jFeed not parsing images inside RSS feed

开发者 https://www.devze.com 2022-12-16 00:55 出处:网络
Suggestions on how to fix this? It\'s imperative that I us开发者_运维问答e javascript, sadly, or I would have been using SimplePie eons ago.jFeed does not support images as it isn\'t a standard RSS

Suggestions on how to fix this?

It's imperative that I us开发者_运维问答e javascript, sadly, or I would have been using SimplePie eons ago.


jFeed does not support images as it isn't a standard RSS element (optional sub-element in RSS 2.0).

You'll need to extend jFeed to your requirements as was suggested to me in this question: Does JFeed support RSS images?

My RSS feed is not standard and simply has a 'thumbnail' root property so my code probably won't be helpful to you.

0

精彩评论

暂无评论...
验证码 换一张
取 消