Comments in config.yml
This commit is contained in:
parent
4ed6880b50
commit
368bdea793
1 changed files with 15 additions and 0 deletions
|
@ -1,13 +1,28 @@
|
||||||
---
|
---
|
||||||
|
# Path to your youtube-dl binary
|
||||||
youtubedl: vendor/rg3/youtube-dl/youtube_dl/__main__.py
|
youtubedl: vendor/rg3/youtube-dl/youtube_dl/__main__.py
|
||||||
|
|
||||||
|
# Path to your python binary
|
||||||
python: /usr/bin/python
|
python: /usr/bin/python
|
||||||
|
|
||||||
|
# An array of parameters to pass to youtube-dl
|
||||||
params:
|
params:
|
||||||
- --no-playlist
|
- --no-playlist
|
||||||
- --no-warnings
|
- --no-warnings
|
||||||
- --playlist-end
|
- --playlist-end
|
||||||
- 1
|
- 1
|
||||||
|
|
||||||
|
# True to enable audio conversion
|
||||||
convert: false
|
convert: false
|
||||||
|
|
||||||
|
# Path to your avconv or ffmpeg binary
|
||||||
avconv: vendor/bin/ffmpeg
|
avconv: vendor/bin/ffmpeg
|
||||||
|
|
||||||
|
# Path to your rtmpdump binary
|
||||||
rtmpdump: vendor/bin/rtmpdump
|
rtmpdump: vendor/bin/rtmpdump
|
||||||
|
|
||||||
|
# True to disable URL rewriting
|
||||||
uglyUrls: false
|
uglyUrls: false
|
||||||
|
|
||||||
|
# True to stream videos through server
|
||||||
stream: false
|
stream: false
|
||||||
|
|
Loading…
Reference in a new issue