NAME
WWW::Mixi::Scraper::Plugin::NewMusic
DESCRIPTION
This would be equivalent to WWW::Mixi->parse_new_music(). (though the latter is not implemented yet as of writing this)
METHOD
scrape
returns an array reference of
{
subject => 'music title',
name => 'someone',
link => 'http://music.mixi.jp/show_playlist.pl?id=xxx',
time => 'yyyy-mm-dd hh:mm',
}
AUTHOR
Kenichi Ishigaki <ishigaki at cpan.org>
COPYRIGHT AND LICENSE
Copyright (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.