mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
Fix dummy
This commit is contained in:
parent
ea0c9f2350
commit
aa33ae11b2
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ while($hasNewContent){
|
|||
_error_log("importChannel MP4: key = {$key} key2 = {$key2} APIURL = $APIURL");
|
||||
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");
|
||||
download($value2, $value->filename, $path);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue