From 3bf9a6e772d3bd7c1dfa758ef550d6d8a1d66ed4 Mon Sep 17 00:00:00 2001 From: Zhang Fan Date: Fri, 12 Nov 2021 18:08:16 +0800 Subject: [PATCH] search without auth token --- netease.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netease.php b/netease.php index 868a79a..e79be38 100644 --- a/netease.php +++ b/netease.php @@ -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),