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
|
@ -23,7 +23,7 @@
|
|||
"phpunit/phpunit": "~6.5.2",
|
||||
"doctrine/instantiator": "~1.0.0",
|
||||
"ffmpeg/ffmpeg": "~3.4.1",
|
||||
"rg3/youtube-dl": "2017.12.10",
|
||||
"rg3/youtube-dl": "2018.01.21",
|
||||
"heroku/heroku-buildpack-php": "*",
|
||||
"anam/phantomjs-linux-x86-binary": "~2.1.1"
|
||||
},
|
||||
|
@ -39,10 +39,10 @@
|
|||
"type": "package",
|
||||
"package": {
|
||||
"name": "rg3/youtube-dl",
|
||||
"version": "2017.12.10",
|
||||
"version": "2018.01.21",
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/rg3/youtube-dl/archive/2017.12.10.zip"
|
||||
"url": "https://github.com/rg3/youtube-dl/archive/2018.01.21.zip"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue