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


WWW-Yahoo-Lyrics-JP documentation  | view source Contained in the WWW-Yahoo-Lyrics-JP distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

Yusuke Wada <yusuke at kamawada.com>

SEE ALSO

Top

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

LICENSE

Top

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


WWW-Yahoo-Lyrics-JP documentation  | view source Contained in the WWW-Yahoo-Lyrics-JP distribution.