Class MusicExtras::Atame
In: lib/musicextras/musicsites/atame.rb
Parent: MusicSite

This is an implementation of MusicSite for www.atame.org

Methods

lyrics   new   test  

Constants

NAME = 'Atame'
URL = 'www.atame.org'
DESCRIPTION = 'Lyrics for Spanish artists'

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]