Class MusicExtras::LyricsDomain
In: lib/musicextras/musicsites/lyricsdomain.rb
Parent: MusicSite

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

Methods

lyrics   new   test   urlify  

Constants

NAME = 'LyricsDomain'
URL = 'www.lyricsdomain.com'
DESCRIPTION = 'Lyrics for multiple genres'

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]