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

Tool to import a channel

This commit is contained in:
DanieL 2022-04-07 13:14:08 -03:00
parent b125c72ec4
commit 66a447d7ca

View file

@ -111,7 +111,7 @@ while($hasNewContent){
$video->setStatus(Video::$statusBrokenMissingFiles); $video->setStatus(Video::$statusBrokenMissingFiles);
} }
$video->save(false, true); $video->save(false, true);
exit; //exit;
} }
}else{ }else{