From: Kouhei Sutou Date: 2010-01-05T20:54:27+09:00 Subject: Re: RSS and images Hi, In <8aa4c207fd0960ecab2085d82aa90ba9@ruby-forum.com> "Re: RSS and images" on Tue, 5 Jan 2010 03:18:25 +0900, Christopher Galtenberg wrote: > 'channel', I believe, is a wrapper for items. So the code just seems to > pull back the logo for the feed, not individual item images. 'channel' is for not . > > Watering Holes: Memphis At the Santora > http://daily.likeme.net/?p=184 > ]]> > src="http://i934.photobucket.com/albums/ad189/nunadooch/LikeMe/Picture6-1.png" > alt="" width="600" />

The SanTana outpost...]]>
>
> > Wordpress uses to store the media referenced in the > item. > > Is there a ruby way of getting to ? rss20 = RSS::Parser.parse(rss20_xml) rss20.items.each do |item| puts item.content_encoded end Thanks, -- kou