Yusuke Wada > WWW-Yahoo-Lyrics-JP-0.02 > WWW::Yahoo::Lyrics::JP

Download:
WWW-Yahoo-Lyrics-JP-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source  

NAME ^

WWW::Yahoo::Lyrics::JP - Get lyrics from Yahoo Japan

SYNOPSIS ^

  use WWW::Yahoo::Lyrics::JP;
  my $service = WWW::Yahoo::Lyrics::JP->new;
  my $song    = $service->search(
      {
          artist => "YUI",
          title  => "CHE.R.RY"
      }
  );
  print $song->swf_url;
  print $song->embed_tag;

AUTHOR ^

Yusuke Wada <yusuke at kamawada.com>

SEE ALSO ^

http://music.yahoo.co.jp/lyrics/

LICENSE ^

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