Changeset 2056
- Timestamp:
- 12/18/08 09:03:52
- Files:
-
- trunk/plagger (modified) (previous)
- trunk/plagger/lib/Plagger/Plugin/Filter/Delicious.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plagger/lib/Plagger/Plugin/Filter/Delicious.pm
r1945 r2056 22 22 23 23 my $md5 = md5_hex($args->{entry}->permalink); 24 my $url = "http:// badges.del.icio.us/feeds/json/url/data?hash=$md5";24 my $url = "http://feeds.delicious.com/feeds/json/url/data?hash=$md5"; 25 25 26 26 $self->log(info => "Going to fetch $url"); … … 49 49 $args->{entry}->meta->{delicious_rate} = rate_of_color($delicious_users); 50 50 $args->{entry}->meta->{delicious_users} = $delicious_users; 51 $args->{entry}->meta->{delicious_hash} = $h->{hash}; 51 52 $self->log(info => "set delicious_users to $delicious_users"); 52 53 } … … 88 89 =head1 SEE ALSO 89 90 90 L<Plagger>, L<http://del.icio.us/help/>, L<http://del.icio.us/help/json/url> 91 L<Plagger>, L<http://delicious.com/help/api> 92 L<http://delicious.com/help/feeds/>, L<http://delicious.com/help/html> 91 93 92 94 =cut
