Questions tagged [feedparser]

A Python library that parses feeds in all known formats, including Atom, RSS, and RDF.

Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds.

Links:

362 questions
-2
votes
1 answer

Python program using feedparser slows over time

I have a Python program which is running in a loop and downloading 20k RSS feeds using feedparser and inserting feed data into RDBMS. I have observed that it starts from 20-30 feeds a min and gradually slows down. After couple of hours it comes down…
Peter
  • 111
  • 2
  • 9
-2
votes
1 answer

feedparser attribute error

I'm trying to retrieve some news from the BBC rss feed and save certain parts locally in xml (althought this code only prints it). I seem to be able to retrieve everything I want except for the pubDate. I get the error "File…
user3050397
  • 65
  • 1
  • 6
1 2 3
24
25