|
NAMEWWW::Mixi::Scraper::Plugin::NewVideo DESCRIPTIONThis would be equivalent to WWW::Mixi->parse_new_video(). (though the latter is not implemented yet as of writing this) METHODscrapereturns an array reference of {
subject => 'video title',
name => 'someone',
link => 'http://video.mixi.jp/view_video.pl?video_id=xxxx&box=xxx',
time => 'mm-dd',
envelope => 'http://video.mixi.jp/img/xxxx.gif'
}
AUTHORTatsuhiko Miyagawa <miyagawa@gmail.com> COPYRIGHT AND LICENSECopyright (C) 2007 by Tatsuhiko Miyagawa. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|