Escape variables and filenames in FAQ

This commit is contained in:
Pierre Rudloff 2017-01-11 12:31:21 +01:00
parent abcfbfbb2b
commit fd14ade725
1 changed files with 8 additions and 8 deletions

16
FAQ.md
View File

@ -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.
Here are the parameters that you can set:
* youtubedl: path to your youtube-dl binary
* python: path to your python binary
* params: an array of parameters to pass to youtube-dl
* curl_params: an array of parameters to pass to curl
* convert: true to enable audio conversion
* avconv: path to your avconv or ffmpeg binary
* rtmpdump: path to your rtmpdump binary
* `youtubedl`: path to your youtube-dl binary
* `python`: path to your python binary
* `params`: an array of parameters to pass to youtube-dl
* `curl_params`: an array of parameters to pass to curl
* `convert`: true to enable audio conversion
* `avconv`: path to your avconv or ffmpeg 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?