I don't really trust the feed parsing routines of aggregator2 not to fail on some malformed feeds (and it does seem to fail quite often). It also seems like a bit of a waste of time to rewrite all these feed parsing routines. Would it be possible to use SimplePie as an include to handle all the feed fetching and parsing?
Comments
Comment #1
ematters commentedDefinitely the way to go IMHO. Always avoid re-inventing the wheel, re-use should be our mantra. SimplePie looks like a great RSS package, we should re-use it at Drupal.
Comment #2
Leeteq commentedThis one uses SimplePie:
http://drupal.org/project/feedparser
Also check out:
http://drupal.org/project/leech