Use SimplePie
hickory - September 20, 2006 - 11:07
| Project: | Aggregator2 |
| Version: | HEAD |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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?

#1
Definitely 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.
#2
This one uses SimplePie:
http://drupal.org/project/feedparser
Also check out:
http://drupal.org/project/leech