This commit is contained in:
flucont
2022-08-15 18:39:40 +08:00
parent 605fe7a687
commit 6a66f3db07
13 changed files with 468 additions and 22 deletions

View File

@@ -193,7 +193,7 @@ class Btapi
return $output;
}
private function curl_download($url, $localpath, $timeout = 60)
private function curl_download($url, $localpath, $timeout = 300)
{
//定义cookie保存位置
$cookie_file=app()->getRuntimePath().md5($this->BT_PANEL).'.cookie';