fixed #9; tweaked aria2 settings(including disabling certificate check);added aria2 event hooks;other minor changes;
This commit is contained in:
@@ -88,8 +88,7 @@ class YoutubeController extends Controller
|
||||
|
||||
$resp = $yt->forceIPV4()->download($url);
|
||||
folderScan::sync();
|
||||
return new JSONResponse(['data' => $resp]);
|
||||
|
||||
return new JSONResponse($resp);
|
||||
}
|
||||
private function downloadUrlSite($url)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user