mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
update
This commit is contained in:
parent
9ffd28fc2a
commit
3a6be5a19c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue