diff -uNr rss-ruby-0.9.1.orig/rss.rb rss-ruby-0.9.1/rss.rb
--- rss-ruby-0.9.1.orig/rss.rb	Sun Feb 18 22:31:20 2001
+++ rss-ruby-0.9.1/rss.rb	Thu Jan  3 04:08:46 2002
@@ -175,11 +175,11 @@
 	end
 
 	class Item
-	  element_accessor :title, :link		
+	  element_accessor :title, :link, :description		
 	end
 
 	class Image
-	  element_accessor :title, :url, :link, :width, :height
+	  element_accessor :title, :url, :link, :width, :height, :description
 
 	  def initialize
 	    @width  = "88"
