1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Fix dummy

This commit is contained in:
DanieL 2022-04-08 11:43:27 -03:00
parent ea0c9f2350
commit aa33ae11b2

View file

@ -106,7 +106,7 @@ while($hasNewContent){
_error_log("importChannel MP4: key = {$key} key2 = {$key2} APIURL = $APIURL"); _error_log("importChannel MP4: key = {$key} key2 = {$key2} APIURL = $APIURL");
download($value2, $value->filename, $path); download($value2, $value->filename, $path);
} }
foreach ($value->videos->mp3 as $key2=>$value2) { foreach ($value->audio->mp3 as $key2=>$value2) {
_error_log("importChannel MP3: key = {$key} key2 = {$key2} APIURL = $APIURL"); _error_log("importChannel MP3: key = {$key} key2 = {$key2} APIURL = $APIURL");
download($value2, $value->filename, $path); download($value2, $value->filename, $path);
} }