|
NAMEWWW::Mixi::Scraper::Plugin::ListDiary DESCRIPTIONThis is almost equivalent to WWW::Mixi->parse_list_diary(). METHODscrapereturns an array reference of {
subject => 'title of the diary',
link => 'http://mixi.jp/view_diary.pl?id=xxxx&owner_id=xxxx',
description => 'extract of the diary',
time => 'yyyy-mm-dd hh:mm',
count => 'num of comments',
images => [
{
link => 'http://img.mixi.jp/xx/xx/xxx.jpg',
thumb_link => 'http://img.mixi.jp/xx/xx/xxxs.jpg',
},
],
}
Images may be an blank array reference. AUTHORKenichi Ishigaki, <ishigaki at cpan.org> COPYRIGHT AND LICENSECopyright (C) 2007 by Kenichi Ishigaki. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|