feat: New phantomjsDir option

This is used by the openload extractor

We also add to update youtube-dl to 2018.01.21 in order for the extractor to work correctly.
Fixes #146
This commit is contained in:
Pierre Rudloff 2018-01-25 15:10:11 +01:00
parent 4b1db952ba
commit e36e98e47a
6 changed files with 23 additions and 8 deletions

View file

@ -68,6 +68,12 @@ class Config
*/
public $avconv = 'vendor/bin/ffmpeg';
/**
* Path to the directory that contains the phantomjs binary.
* @var string
*/
public $phantomjsDir = 'vendor/bin/';
/**
* Disable URL rewriting.
*