1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-28 07:40:53 +02:00

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

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. 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?