|
The linked RSS feed contains interviews by Chris Lydon. It's a very new feed done by Dave Winer. It is broken in at least two aspects:
- it uses chr(13) (carriage-return) instead of chr(10) (linefeed) as line termination
- it reuses GUIDs! Yep, he reuses the same GUID on the continuations, too. So the Python Desktop Server filters out all but the first part, as those are already seen.
Damn. And I thought it would be just easy to write the enclosure stuff. It is easy to write - but not easy to debug, because none of the available feeds really valid and usefull.
The other feed that's linked in the verbatim documentation of the enclosure feature references enclosures that are not accessible any more.
Ok, I just assume that all this would work if the feeds would work, so if somebody uses some enclosure enabled feeds and notices some weirdness to happen, drop me a note and I try to find out who is guilty 
Oh, the complete enclosure stuff is now in CVS, both weblog and aggregator support it now.
Update: Dave has fixed the duplicate-GUID problem in the Lydon feed, so there now is a quite nice feed to test enclosures with!
|