1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
Daniel Neto 2024-04-25 11:19:23 -03:00
parent fd8d9e1b46
commit ae3251aad2

View file

@ -23,7 +23,7 @@ function download($url, $filename, $path, $forceDownload = false) {
}
if (empty($parts[1])) {
echo ("importChannel::download ERROR on download {$url}").PHP_EOL;
echo ("importChannel::download ERROR on download filename=$filename {$url}").PHP_EOL;
return false;
}