Quantcast
Channel: ruby RSS parser not returning correct information - Stack Overflow
Browsing index pages (2 articles)

ruby RSS parser not returning correct information

I need some help understanding how the Ruby rss parser works. I'm trying to access to the content of the first 10 entries from this feed with this code:URL =...

View Article


Answer by Jimmy for ruby RSS parser not returning correct information

entry.content is an instance of RSS::Atom::Feed::Entry::Content:feed.entry(1..10).first.content.class# => RSS::Atom::Feed::Entry::Content < RSS::ElementIt has a bunch of public methods that could...

View Article

Browsing index pages (2 articles)


Latest Images