RSS feed parser library in Python [closed]
I am looking for a good library in python that will help me parse RSS feeds. Has anyone used feedparser? Any feedback? FogleBird Using feedparser is a much better option than rolling your own with minidom or BeautifulSoup. It normalizes the differences between all versions of RSS and Atom so you don't have to have different code for each type. It's good about detecting different date formats and other variations in feeds. It automatically follows HTTP redirects. It sanitizes HTML content. It has support for ETag and Last-Modified headers so you can see if the feed has changed just by