Changeset 271
- Timestamp:
- 09/22/06 18:43:41 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plagger/trunk/lib/Plagger/Plugin/CustomFeed/KotonohaInbox.pm
r140 r271 5 5 use Encode; 6 6 use WWW::Mechanize; 7 use Memoize; 8 9 memoize('get_icon'); 7 10 8 11 sub plugin_id { … … 109 112 my ($self, $mech, $user) = @_; 110 113 114 Plagger->context->log('info', "Getting an icon of $user"); 111 115 $mech->get("http://kotonoha.cc/user/$user"); 112 116 my $content = decode('utf-8', $mech->content);
