From: Evan R. <eva...@gm...> - 2006-06-02 19:01:05
|
---------- Forwarded message ---------- From: Evan Roth <eva...@gm...> Date: Jun 2, 2006 9:00 PM Subject: Re: [Fofredux-devel] identifying items To: Kevin <ke...@dr...> > Can anyone provide an example of a feed where it is common for the > title+content to be the same across unique items? (ex: link or guid is > different, but title+content is identical) a quick example would be the playlist at last.fm. for example, my playlist you find here: http://ws.audioscrobbler.com/1.0/user/mudhed/recenttracks.rss it contains really just artist / song title with pubDate set to when the song was played. here a snipets from playing the same song twice in a row: <item> <title>AFI - Prelude 12/21</title> <link>http://www.last.fm/music/AFI/_/Prelude%2B12%252F21</link> <pubDate>Fri, 2 Jun 2006 18:58:54 +0000</pubDate> <guid>http://www.last.fm/user/mudhed/#1149274734</guid> <description>http://www.last.fm/music/AFI</description> </item> <item> <title>AFI - Prelude 12/21</title> <link>http://www.last.fm/music/AFI/_/Prelude%2B12%252F21</link> <pubDate>Fri, 2 Jun 2006 18:57:59 +0000</pubDate> <guid>http://www.last.fm/user/mudhed/#1149274679</guid> <description>http://www.last.fm/music/AFI</description> </item> /evan |