Kenichi Ishigaki > WWW-Mixi-Scraper > WWW::Mixi::Scraper::Plugin::ViewEcho

Download:
WWW-Mixi-Scraper-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

WWW::Mixi::Scraper::Plugin::ViewEcho

DESCRIPTION ^

This would be equivalent to WWW::Mixi->parse_view_echo(). (though the latter is not implemented yet as of writing this)

METHOD ^

scrape

returns a hash reference of

  {
    link    => 'http://mixi.jp/view_echo.pl?id=xxxx&post_time=xxxx',
    id      => 'xxxx',
    time    => 'yyyymmddhhmmss',
    name    => 'username',
    comment => 'comment',
  }

AUTHOR ^

Kazuhiro Osawa

COPYRIGHT AND LICENSE ^

Copyright (C) 2008 by Kazuhiro Osawa.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.