Question regarding the feed response. #688
-
Hi, I am using this library to get the feeds from a medium channel. I want to know is there any way to get this data display after each feed("3 min read") in the response? I am using the code below to get the entries - SyndFeed feed = new SyndFeedInput().build(new XmlReader(new URL(url))); |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@diwakaragg You can only parse information inside feed, not outside. These info are not reported at each feed item. Maybe you could contact to Medium to include it in HTML content encoded or maybe in a dc item (like relation or source). Regards, |
Beta Was this translation helpful? Give feedback.
@diwakaragg
Someone like this:
https://medium.com/feed/@get2parag
You can only parse information inside feed, not outside. These info are not reported at each feed item. Maybe you could contact to Medium to include it in HTML content encoded or maybe in a dc item (like relation or source).
Regards,
Antonio.