2006-05-04
CustomFeed::Mixi.pmに「足跡」を追加する
d:id:poppenさんのmixi日記から
--- lib/Plagger/Plugin/CustomFeed/Mixi.pm.bak Thu May 4 21:52:10 2006
+++ lib/Plagger/Plugin/CustomFeed/Mixi.pm Thu May 4 21:52:52 2006
@@ -30,6 +30,12 @@
get_list => 'parse_list_comment',
icon_re => qr/[^_]id=(\d+)/,
},
+ Log => {
+ start_url => 'http://mixi.jp/show_log.pl',
+ title => '足跡',
+ get_list => 'parse_show_log',
+ icon_re => qr/[^_]id=(\d+)/,
+ },
};
sub plugin_id {
yamlで
- Log
を追加する感じで。
コメント
トラックバック - http://subtech.g.hatena.ne.jp/otsune/20060504
