X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli.rb/blobdiff_plain/34d0bf15a6f4009de376ceed1d7d5cca24a8dfe7..278e6d0afff19cce3ab8ad256c9ab8239bcf6289:/doc/Lyricli/LyricsEngine.html diff --git a/doc/Lyricli/LyricsEngine.html b/doc/Lyricli/LyricsEngine.html index 23a5f73..4d7c669 100644 --- a/doc/Lyricli/LyricsEngine.html +++ b/doc/Lyricli/LyricsEngine.html @@ -103,8 +103,20 @@
++This class gets the lyrics according to a given artist and song name. +
++Asks Lyrics Wiki for the lyrics, also cleans up the output a little. +
+-A new instance of LyricsEngine. +Starts a new instance of LyricsEngine.
-A new instance of LyricsEngine +Starts a new instance of LyricsEngine
- # File 'lib/lyricli/lyrics_engine.rb', line 6 +# File 'lib/lyricli/lyrics_engine.rb', line 12 def initialize(artist, song) @provider = URI("http://lyrics.wikia.com/api.php?artist=#{sanitize_param artist}&song=#{sanitize_param song}&fmt=realjson") @@ -236,27 +289,49 @@ A new instance of LyricsEngine |