From fd14ade72573b0af64e12310f7ac29710cd37f56 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Wed, 11 Jan 2017 12:31:21 +0100 Subject: [PATCH] Escape variables and filenames in FAQ --- FAQ.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/FAQ.md b/FAQ.md index 3ed1185..af5eb54 100644 --- a/FAQ.md +++ b/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. 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?