Class MusicExtras::Plyrics
In: lib/musicextras/musicsites/plyrics.rb
Parent: MusicSite

This is an implementation of MusicSite for www.plyrics.com

Methods

lyrics   new   test  

Constants

NAME = 'Plyrics'
URL = 'www.plyrics.com'
DESCRIPTION = 'Lyrics for punk bands'

Public Class methods

Public Instance methods

Fetches lyrics from the site, returning the lyrics as string

song
a Song object

Note: returns nil if something went wrong (including just not being able to find the lyrics)

[Validate]