The Ways I'll Improve FeedParser
So, I'm going to start a lifestreaming project. (Yes, I've wanted to do this since 2006.) I've already got a lot of snippets that I can use, but I'll use Mark Pilgrim's feedparser.
It seems like a good jumping off point. I'll improve it with various advanced features I've already implemented elsewhere like:
There's nothing left for me to do, but the stuff I can't do. Make it pretty.
It seems like a good jumping off point. I'll improve it with various advanced features I've already implemented elsewhere like:
- Conditional GETs.
- Authentication, (cURL example)
- Accessing all feeds with a simplified interface.
Conditional GETs. Mark already did it.Authentication. Mark already did it.Content Normalization. (That's what I meant.) Mark already did it.
There's nothing left for me to do, but the stuff I can't do. Make it pretty.