Quantcast
Channel: Python feedparser can not read WordPress custom feeds - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Alik for Python feedparser can not read WordPress custom feeds

The code is good, but the feed is invalid. See validation results. <image> isn't defined in RSS 2.0 specification as an <item> subelement, so feedparser doesn't handle them.

View Article



Answer by Wasim for Python feedparser can not read WordPress custom feeds

The reason is that in your feeds.entries[0] FeedParserDict the key for "image" does not exist. If you run feed.entries[0].keys() It will output the keys that are available. It does not include any key...

View Article

Python feedparser can not read WordPress custom feeds

I'm Using Python2.7 and feedparser. I need to read feed of a wordpress site. I could read some common feed tags like title, content, ... of each items from feed, but I couldn't read some custom feed...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images