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.