From: Joshua Wise Date: Tue, 2 Mar 2010 23:22:40 +0000 (-0500) Subject: Update URL for LyricWiki. NOTE: LyricWiki now only returns 1/7 of the song lyrics... X-Git-Url: http://git.joshuawise.com/patchfork.git/commitdiff_plain/591f99fea48864bc16e41c72da239b650798f130 Update URL for LyricWiki. NOTE: LyricWiki now only returns 1/7 of the song lyrics! Screenscraping to avoid this to come soon. --- diff --git a/player/metadata.php b/player/metadata.php index 9de3be3..1b657be 100644 --- a/player/metadata.php +++ b/player/metadata.php @@ -446,7 +446,7 @@ $out .= "\r\n"; $head = "POST /server.php HTTP/1.1\r\n"; - $head .= "Host: lyricwiki.org\r\n"; + $head .= "Host: lyrics.wikia.com\r\n"; $head .= "SOAPAction: urn:LyricWiki#getSong\r\n"; $head .= "Content-Type: text/xml; charset=UTF-8\r\n"; $head .= "User-Agent: RemissPitchfork/0.1\r\n";