Lyrics::Fetcher::LyricWiki - Get song lyrics from www.LyricWiki.org


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

Index


NAME

Top

Lyrics::Fetcher::LyricWiki - Get song lyrics from www.LyricWiki.org

SYNOPSIS

Top

  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

Top

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.

FUNCTIONS

Top

fetch($artist, $song)

Fetch lyrics for the requested song.

BUGS

Top

Probably. Coded in about an hour whilst drinking cold lager :) If you find any bugs, please let me know.

THANKS

Top

Thanks to Sean Colombo for creating www.LyricWiki.org, and thanks to Wikia.com for taking on the project and keeping it alive.

COPYRIGHT

Top

DISCLAIMER

Top

Lyrics are copyright their original owners and/or record companies who purchased the rights to them. Lyrics accessed programmatically via this module should be used for educational purposes only, and should not be distributed/re-published without authorisation. You are responsible for your usage of this module.

AUTHOR

Top

David Precious <davidp@preshweb.co.uk>

COPYRIGHT AND LICENSE

Top


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