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


Lyrics-Fetcher-LyricsDownload documentation  | view source Contained in the Lyrics-Fetcher-LyricsDownload distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

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

Top

fetch($artist, $title)

Attempts to fetch lyrics.

BUGS

Top

if you find any bugs, please let me know.

COPYRIGHT AND LICENCE

Top

AUTHOR

Top

Rick Blevins <rick816us@comcast.net>

LEGAL DISCLAIMER

Top


Lyrics-Fetcher-LyricsDownload documentation  | view source Contained in the Lyrics-Fetcher-LyricsDownload distribution.