Pkmmte / PkRSS

A powerful RSS feed manager for Android
Apache License 2.0
100 stars 23 forks source link

Extra bundle #27

Closed ildar2 closed 7 years ago

ildar2 commented 8 years ago

Some feeds attach their image in extras. Is there a way to get that image? I noticed Bundle extras property in Article, but it never used.

enrichman commented 8 years ago

Could you provide an example with an url or a snippet?

Pkmmte commented 7 years ago

@ildar2 Originally, the "extras" field in the Article class were used for custom data you wanted.

This was a bad decision on my part because it coupled custom data incorrectly and was difficult to cache. PkRSS 2.0 will remove this field.

Still, that's unrelated to image extras you mention. Do you have an example URL?

ildar2 commented 7 years ago

I honestly don't remember, we ended up aggregating feeds on the server and feeding sorted news to clients. I might been referring to tag enclosure (like in http://www.inform.kz/rss/rus.xml) which is present or more likely tag media:group (like in https://www.nur.kz/rss/all.rss) which is not there