瀏覽代碼

soundcloud fix

lolcat 2 年之前
父節點
當前提交
16d31f5b26
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      scraper/sc.php

+ 4 - 2
scraper/sc.php

@@ -230,7 +230,7 @@ class sc{
 			}
 			
 			// token might've expired, get a new one and re-try search
-			get_token($proxy);
+			$this->get_token($proxy);
 			return $this->music($get, true);
 		}
 		
@@ -396,13 +396,15 @@ class sc{
 		
 		$token = apcu_fetch("sc_token");
 		
+		echo $token;
+		
 		if($token === false){
 			
 			try{
 				$js =
 					$this->get(
 						$proxy,
-						"https://a-v2.sndcdn.com/assets/1-c3e4038d.js",
+						"https://a-v2.sndcdn.com/assets/0-a901c1e0.js",
 						[]
 					);
 			}catch(Exception $error){