Escape variables and filenames in FAQ
This commit is contained in:
parent
abcfbfbb2b
commit
fd14ade725
1 changed files with 8 additions and 8 deletions
16
FAQ.md
16
FAQ.md
|
@ -12,15 +12,15 @@ You can ususally download the video by doing *File > Save to* or *ctrl + S*.
|
||||||
You need to create a YAML file called `config.yml` at the root of your project.
|
You need to create a YAML file called `config.yml` at the root of your project.
|
||||||
Here are the parameters that you can set:
|
Here are the parameters that you can set:
|
||||||
|
|
||||||
* youtubedl: path to your youtube-dl binary
|
* `youtubedl`: path to your youtube-dl binary
|
||||||
* python: path to your python binary
|
* `python`: path to your python binary
|
||||||
* params: an array of parameters to pass to youtube-dl
|
* `params`: an array of parameters to pass to youtube-dl
|
||||||
* curl_params: an array of parameters to pass to curl
|
* `curl_params`: an array of parameters to pass to curl
|
||||||
* convert: true to enable audio conversion
|
* `convert`: true to enable audio conversion
|
||||||
* avconv: path to your avconv or ffmpeg binary
|
* `avconv`: path to your avconv or ffmpeg binary
|
||||||
* rtmpdump: path to your rtmpdump binary
|
* `rtmpdump`: path to your rtmpdump binary
|
||||||
|
|
||||||
See [config.example.yml](config.example.yml) for default values.
|
See [`config.example.yml`](config.example.yml) for default values.
|
||||||
|
|
||||||
## How do I enable audio conversion?
|
## How do I enable audio conversion?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue