Quantcast
Channel: Parsing different date formats from feedparser in python? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Martin Kenny for Parsing different date formats from feedparser in...

Parsing of dates is a pain with RSS feeds in-the-wild, and that's where feedparser can be a big help.If you use the *_parsed properties (like updated_parsed), feedparser will have done the work and...

View Article



Parsing different date formats from feedparser in python?

I'm trying to get the dates from entries in two different RSS feeds through feedparser.Here is what I'm doing:import feedparser as fpreddit = fp.parse("http://www.reddit.com/.rss")cc =...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images