WWW::Mixi::Scraper::Plugin::NewVideo
This would be equivalent to WWW::Mixi->parse_new_video(). (though the
latter is not implemented yet as of writing this)
returns 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'
}
Tatsuhiko Miyagawa <miyagawa@gmail.com>
Copyright (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.