NAME
Lyrics::Fetcher::LyricWiki - Get song lyrics from www.LyricWiki.org
SYNOPSIS
use Lyrics::Fetcher;
print Lyrics::Fetcher->fetch("<artist>","<song>","LyricWiki");
# or, if you want to use this module directly without Lyrics::Fetcher's
# involvement:
use Lyrics::Fetcher::LyricWiki;
print Lyrics::Fetcher::LyricWiki->fetch('<artist>', '<song>');
DESCRIPTION
This module tries to get song lyrics from www.lyricwiki.org. It's designed to be called by Lyrics::Fetcher, but can be used directly if you'd prefer.
BUGS
Probably. Coded in about an hour whilst drinking cold lager :) If you find any bugs, please let me know.
THANKS
Thanks to Sean Colombo for creating www.LyricWiki.org, and for creating SOAP-based web services to fetch lyrics (that's *so* much nicer than having to screen-scrape them!).
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
David Precious <davidp@preshweb.co.uk>
COPYRIGHT AND LICENSE
Copyright (C) 2007 by David Precious
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.
Legal disclaimer: I have no connection with the owners of www.azlyrics.com. Lyrics fetched by this script may be copyrighted by the authors, it's up to you to determine whether this is the case, and if so, whether you are entitled to request/use those lyrics. You will almost certainly not be allowed to use the lyrics obtained for any commercial purposes.