search without auth token
@ -247,7 +247,7 @@ class LudysuNetEaseLrc {
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "http://music.163.com/api/search/pc",
CURLOPT_URL => "http://music.163.com/api/search/get/web",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POST => true,
CURLOPT_POSTFIELDS => http_build_query($params),