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:
parent
4b1db952ba
commit
e36e98e47a
6 changed files with 23 additions and 8 deletions
|
@ -27,6 +27,9 @@ avconv: vendor/bin/ffmpeg
|
|||
# avconv/ffmpeg logging level.
|
||||
avconvVerbosity: error
|
||||
|
||||
# Path to the directory that contains the phantomjs binary.
|
||||
phantomjsDir: vendor/bin/
|
||||
|
||||
# True to disable URL rewriting
|
||||
uglyUrls: false
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue