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


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

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

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

Top

fetch($artist, $title)

Attempts to fetch lyrics.

BUGS

Top

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

COPYRIGHT AND LICENCE

Top

AUTHOR

Top

David Precious <davidp@preshweb.co.uk>

LEGAL DISCLAIMER

Top


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