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