Remove outdated list of options
This commit is contained in:
parent
fa3de2b7b5
commit
9a7ab89286
1 changed files with 1 additions and 8 deletions
|
@ -100,14 +100,7 @@ class Config
|
||||||
/**
|
/**
|
||||||
* Config constructor.
|
* Config constructor.
|
||||||
*
|
*
|
||||||
* Available options:
|
* @param array $options Options (see `config/config.example.yml` for available options)
|
||||||
* * youtubedl: youtube-dl binary path
|
|
||||||
* * python: Python binary path
|
|
||||||
* * avconv: avconv or ffmpeg binary path
|
|
||||||
* * params: Array of youtube-dl parameters
|
|
||||||
* * convert: Enable conversion?
|
|
||||||
*
|
|
||||||
* @param array $options Options
|
|
||||||
*/
|
*/
|
||||||
public function __construct(array $options)
|
public function __construct(array $options)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue