NAME
Lyrics::Fetcher::LeosLyrics - Get song lyrics from leoslyrics.com
SYNOPSIS
use Lyrics::Fetcher;
print Lyrics::Fetcher->fetch("<artist>","<song>","LeosLyrics");
# or, if you want to use this module directly without Lyrics::Fetcher's
# involvement:
use Lyrics::Fetcher::LeosLyrics;
print Lyrics::Fetcher::LeosLyrics->fetch('<artist>', '<song>');
DESCRIPTION
This module tries to get song lyrics from leoslyrics.com using the unpublished XML interface. It's designed to be called by Lyrics::Fetcher, but can be used directly if you'd prefer.
FUNCTIONS
BUGS
Most likely there is something. LeosLyrics is poor in its unicode support.
SEE ALSO
AUTHOR
Edward Allen III <ealleniii _at_ cpan _dot_ org>
COPYRIGHT
Copyright (c) 2007 Edward Allen III. Some rights reserved.
This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, distributed with Perl.
Legal disclaimer: I have no connection with the owners of leoslyrics.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.