diff options
author | zmike <michael.blumenkrantz@gmail.com> | 2015-09-06 20:30:47 -0400 |
---|---|---|
committer | zmike <michael.blumenkrantz@gmail.com> | 2015-09-06 20:30:47 -0400 |
commit | 3146cf387c1cece0b3c6650d00beea4a12559142 (patch) | |
tree | 8a588558b2be88cccb48e0c80b5e6d530b45040d /src | |
parent | 2f8bd94ee7d280bed3321a71d9a05eaf95a5ffc8 (diff) |
update lyricwiki module for (undocumented) api changes
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/excetra.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/excetra.c b/src/modules/excetra.c index 4edd120..d9f73b8 100644 --- a/src/modules/excetra.c +++ b/src/modules/excetra.c | |||
@@ -13,8 +13,8 @@ | |||
13 | 13 | ||
14 | int excetra_log_dom = -1; | 14 | int excetra_log_dom = -1; |
15 | 15 | ||
16 | #define LYRICWIKI_SEARCH_TRACK_SIZE sizeof("http://lyrics.wikia.com/api.php?artist=&song=&fmt=json") | 16 | #define LYRICWIKI_SEARCH_TRACK_SIZE sizeof("http://lyrics.wikia.com/api.php?action=lyrics&artist=&song=&fmt=json") |
17 | #define LYRICWIKI_SEARCH_TRACK "http://lyrics.wikia.com/api.php?artist=" | 17 | #define LYRICWIKI_SEARCH_TRACK "http://lyrics.wikia.com/api.php?action=lyrics&artist=" |
18 | 18 | ||
19 | struct Excetra_Req | 19 | struct Excetra_Req |
20 | { | 20 | { |