From 368bdea793378ba838366ed9ded9f41621635f02 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Mon, 21 Aug 2017 20:22:08 +0200 Subject: [PATCH] Comments in config.yml --- config/config.example.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/config.example.yml b/config/config.example.yml index 6c38365..9470464 100644 --- a/config/config.example.yml +++ b/config/config.example.yml @@ -1,13 +1,28 @@ --- +# Path to your youtube-dl binary youtubedl: vendor/rg3/youtube-dl/youtube_dl/__main__.py + +# Path to your python binary python: /usr/bin/python + +# An array of parameters to pass to youtube-dl params: - --no-playlist - --no-warnings - --playlist-end - 1 + +# True to enable audio conversion convert: false + +# Path to your avconv or ffmpeg binary avconv: vendor/bin/ffmpeg + +# Path to your rtmpdump binary rtmpdump: vendor/bin/rtmpdump + +# True to disable URL rewriting uglyUrls: false + +# True to stream videos through server stream: false