David Precious > Lyrics-Fetcher-AstraWeb > Lyrics::Fetcher::AstraWeb

Download:
Lyrics-Fetcher-AstraWeb-0.33.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.33   Source  

NAME ^

Lyrics::Fetcher::AstraWeb - Get song lyrics from lyrics.astraweb.com

SYNOPSIS ^

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

  # 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::AstraWeb;
  print Lyrics::Fetcher::AstraWeb->fetch('<artist>', '<song>');

DESCRIPTION ^

This module tries to get song lyrics from lyrics.astraweb.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 ^

Probably. If you find any bugs, please let me know.

COPYRIGHT AND LICENCE ^

Copyright (C) 2007 by David Precious

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>

LEGAL DISCLAIMER ^

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