From: Kevin <ke...@dr...> - 2006-03-03 15:09:10
|
Andrew Turner wrote: > Hrm, good bug. :) bad feed > > Well, it seems like the fallback would be to check for uniqueness on > FeedTitle, ItemTitle and ItemPubDate? > > Andy > > In this case, it's a podcast. I could probably get away with using the enclosure url. More generally, a hash of one or more other fields (title, description, pubdate) would be better. > On 3/3/06, Kevin <ke...@dr...> wrote: > >> 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 >> >> >> ------------------------------------------------------- >> This SF.Net email is sponsored by xPML, a groundbreaking scripting language >> that extends applications into web and mobile media. Attend the live webcast >> and join the prime developer group breaking into this new coding territory! >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 >> _______________________________________________ >> Fofredux-devel mailing list >> Fof...@li... >> https://lists.sourceforge.net/lists/listinfo/fofredux-devel >> >> > > > -- > Andrew Turner > ajt...@hi... 42.4266N x 83.4931W > http://highearthorbit.com Northville, Michigan, USA > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting language > that extends applications into web and mobile media. Attend the live webcast > and join the prime developer group breaking into this new coding territory! > http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642 > _______________________________________________ > Fofredux-devel mailing list > Fof...@li... > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > |