The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lyrics::Fetcher::LyricsDownload - Get song lyrics from lyricsdownload.com

SYNOPSIS

  use Lyrics::Fetcher;
  print Lyrics::Fetcher->fetch("<artist>","<song>","LyricsDownload");

  # or, if you want to use this module directly without Lyrics::Fetcher's
  # involvement (be aware that using Lyrics::Fetcher is the recommended way):
  use Lyrics::Fetcher::LyricsDownload;
  print Lyrics::Fetcher::LyricsDownload->fetch('<artist>', '<song>');

DESCRIPTION

This module tries to get song lyrics from lyricsdownload.com. It's designed to be called by Lyrics::Fetcher, and this is the recommended usage, but it can be used directly if you'd prefer.

INTERFACE

fetch($artist, $title)

Attempts to fetch lyrics.

BUGS

if you find any bugs, please let me know.

COPYRIGHT AND LICENCE

Copyright (C) 2008 by Rick Blevins

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

AUTHOR

Rick Blevins <rick816us@comcast.net>

LEGAL DISCLAIMER

Legal disclaimer: I have no connection with the owners of lyricsdownload.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.