]> Joshua Wise's Git repositories - patchfork.git/commitdiff
Update URL for LyricWiki. NOTE: LyricWiki now only returns 1/7 of the song lyrics...
authorJoshua Wise <joshua@h2so4.joshuawise.com>
Tue, 2 Mar 2010 23:22:40 +0000 (18:22 -0500)
committerJoshua Wise <joshua@h2so4.joshuawise.com>
Tue, 2 Mar 2010 23:22:40 +0000 (18:22 -0500)
player/metadata.php

index 9de3be3f3b5b0a0bc5d79f62fdcdd30691d540b3..1b657be979da6432e7df0174c1e05a751a3798d6 100644 (file)
                $out .= "</tns:getSong></SOAP-ENV:Body></SOAP-ENV:Envelope>\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";
This page took 0.025495 seconds and 4 git commands to generate.