Switch to Symfony 5

This commit is contained in:
Pierre Rudloff 2019-11-29 23:15:03 +01:00
parent 8d1c23498e
commit 904e18c220
3 changed files with 300 additions and 110 deletions

View file

@ -148,7 +148,6 @@ class Video
$process = self::getProcess($arguments);
//This is needed by the openload extractor because it runs PhantomJS
$process->setEnv(['PATH' => $config->phantomjsDir]);
$process->inheritEnvironmentVariables();
$process->run();
if (!$process->isSuccessful()) {
$errorOutput = trim($process->getErrorOutput());