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 2023-03-14 20:28:15 -03:00
parent 9ffd28fc2a
commit 3a6be5a19c

View file

@ -15,7 +15,7 @@ foreach ($videos as $value) {
continue;
}
$updated = convertVideoToMP3FileIfNotExists($value['id']);
echo "{$count}/{$total} (".($updated ? "success" : "fail").") [{$value['id']}] {$value['title']}".PHP_EOL;
echo "getMP3: {$count}/{$total} (".($updated ? "success" : "fail").") [{$value['id']}] {$value['title']}".PHP_EOL;
}
die();