WWW::Mixi::Scraper::Plugin::ViewDiary.pmのパッチ
WWW::Mixi::Scraperのpatch : blog.nomadscafe.jpは自分もはまったけどはまったことを忘れていた。
ViewDiary.pmも微妙にcellpaddingが変わってコメント本文が取れなくなっていました。
--- /opt/csw/share/perl/site_perl/WWW/__Mixi/Scraper/Plugin/ViewDiary.pm 2007-06-04 02:18:59.000000000 +0900 +++ /export/home/kuma/infiltrator/ViewDiary.org.pm 2007-07-26 13:28:49.000000000 +0900 @@ -39,7 +39,7 @@ process 'td[width="430"]>table[width="410"]>tr>td>a', link => '@href', name => 'TEXT'; - process 'td[bgcolor="#ffffff"]>table[cellpadding="3"]>tr>td[class="h12"]', + process 'td[bgcolor="#ffffff"]>table[cellpadding="5"]>tr>td[class="h12"]', description => 'TEXT'; result qw( string time link name description ); };