RSS feed parser library in Python [closed]
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 … Read more