Switch to Symfony 5
This commit is contained in:
parent
8d1c23498e
commit
904e18c220
3 changed files with 300 additions and 110 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue