瀏覽代碼

forgor to set headers

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

+ 4 - 2
scraper/sc.php

@@ -57,7 +57,8 @@ class sc{
 				"Connection: keep-alive",
 				"Sec-Fetch-Dest: empty",
 				"Sec-Fetch-Mode: cors",
-				"Sec-Fetch-Site: same-site"]
+				"Sec-Fetch-Site: same-site",
+				"Priority: u=1"]
 			);
 		}else{
 			
@@ -433,7 +434,8 @@ class sc{
 				$this->get(
 					$proxy,
 					"https://soundcloud.com",
-					[]
+					[],
+					true
 				);
 		}catch(Exception $error){