Class MusicExtras::LyricsNet
In: lib/musicextras/musicsites/lyricsnet.rb
Parent: MusicSite

This is an implementation of MusicSite for www.lyrics.net.ua

Methods

lyrics   new   test  

Constants

NAME = 'LyricsNet'
URL = 'www.lyrics.net.ua'
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]