Revision history for Perl extension Lyrics::Fetcher::LyricsTranslate.
+0.002 2016-10-15T18:11+01:00
+ - Allow searching for translations to languages other than English
+
0.001 2016-09-01T00:35+01:00
- Initial release
-Lyrics-Fetcher-LyricsTranslate version 0.001
+Lyrics-Fetcher-LyricsTranslate version 0.002
============================================
This module tries to get translated lyrics from
-http://lyricstranslate.com It does a search for a translation of the
-given artist and song title from any language to English, and returns
-the contents of the first result found.
+http://lyricstranslate.com. It searches for a translation of the given
+artist and song title from any language to a requested language (which
+defaults to English), and returns the contents of the first result
+found.
INSTALLATION
use HTTP::Tiny;
use Scalar::Util qw/looks_like_number/;
-our $VERSION = '0.001';
+our $VERSION = '0.002';
our $BASE_URL = 'http://lyricstranslate.com';
# 0 means (from) any language; the following arguments are the
# destination language, artist, and title. The meaning of the last