mirror of
https://github.com/timendum/Youtube-dl-WebUI.git
synced 2025-03-01 08:03:28 +08:00
Fix method invocation
This commit is contained in:
parent
30cebe9aae
commit
9bc9f9d584
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$downloader = new Downloader($_POST['urls']);
|
$downloader = new Downloader($_POST['urls']);
|
||||||
$downloader::download($audio_only, $outfilename, $vformat);
|
$downloader->download($audio_only, $outfilename, $vformat);
|
||||||
|
|
||||||
if(!isset($_SESSION['errors']))
|
if(!isset($_SESSION['errors']))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue