From: Kevin <ke...@dr...> - 2006-03-03 14:48:06
|
I found a bug that I'm not sure how to solve and would like some input. See bug #1442493 The current update logic uses the link or guid tag values as a key to detect if an item has already been added to the database. One of these are expected to exist, and also be unique for the feed. If a feed does not contain either of these tags, the behavior is undefined. In v0.2, the feed will add one item only and no more. In 0.3 dev, it will add all items on every update. Here is a url that demonstrates this behavior. http://www.intellectualicebergs.org/mainfeed.rss -Kevin |