discomfitor pushed a commit to branch master. http://git.enlightenment.org/apps/empc.git/commit/?id=3146cf387c1cece0b3c6650d00beea4a12559142
commit 3146cf387c1cece0b3c6650d00beea4a12559142 Author: zmike <[email protected]> Date: Sun Sep 6 20:30:47 2015 -0400 update lyricwiki module for (undocumented) api changes --- src/modules/excetra.c | 4 ++-- 1 file 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 @@ int excetra_log_dom = -1; -#define LYRICWIKI_SEARCH_TRACK_SIZE sizeof("http://lyrics.wikia.com/api.php?artist=&song=&fmt=json") -#define LYRICWIKI_SEARCH_TRACK "http://lyrics.wikia.com/api.php?artist=" +#define LYRICWIKI_SEARCH_TRACK_SIZE sizeof("http://lyrics.wikia.com/api.php?action=lyrics&artist=&song=&fmt=json") +#define LYRICWIKI_SEARCH_TRACK "http://lyrics.wikia.com/api.php?action=lyrics&artist=" struct Excetra_Req { --
