Author: Serghei Mihai <serghei.mihai@devlibre.net>
Date: Mon, 4 Feb 2013 00:25:06 +0100
Bug-Debian: http://bugs.debian.org/699578

Index: yarssr-0.2.2/lib/Yarssr/Parser.pm
===================================================================
--- yarssr-0.2.2.orig/lib/Yarssr/Parser.pm	2011-07-14 18:16:08.000000000 +0200
+++ yarssr-0.2.2/lib/Yarssr/Parser.pm	2013-02-04 14:27:56.615681282 +0100
@@ -83,7 +83,7 @@
 		my $article = Yarssr::Item->new(
 		    title	=> $title,
 		    url		=> $link,
-		    id		=> $link."___".$item->{'title'},
+		    id		=> $link."___".$title,
 		);
 		push @items,$article;
 	    }
