1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 19:42:38 +02:00
daniel 2020-06-29 13:21:54 -03:00
parent 24cb6c82fa
commit 6263afb354

View file

@ -6,7 +6,7 @@ require_once '../videos/configuration.php';
if (!isCommandLineInterface()) { if (!isCommandLineInterface()) {
return die('Command Line only'); return die('Command Line only');
} }
$global['limitForUnlimitedVideos'] = -1;
$videos = video::getAllVideosLight("", false, true); $videos = video::getAllVideosLight("", false, true);
$count = 0; $count = 0;
foreach ($videos as $value) { foreach ($videos as $value) {