remove symlinks before update

set timeout for videoextraction
only insert db entries if not already available
This commit is contained in:
2020-10-04 01:00:52 +02:00
parent 3021126e86
commit d799cdd610
3 changed files with 7 additions and 4 deletions

View File

@ -6,6 +6,7 @@ require_once './src/VideoParser.php';
// allow UTF8 characters
setlocale(LC_ALL, 'en_US.UTF-8');
set_time_limit(3600);
$vp = new VideoParser();
$vp->writeLog("starting extraction!!\n");