2017-08-21 18:10:21 +00:00
|
|
|
---
|
2017-08-21 18:22:08 +00:00
|
|
|
# Path to your youtube-dl binary
|
2015-10-31 14:42:25 +00:00
|
|
|
youtubedl: vendor/rg3/youtube-dl/youtube_dl/__main__.py
|
2017-08-21 18:22:08 +00:00
|
|
|
|
|
|
|
# Path to your python binary
|
2015-10-31 14:42:25 +00:00
|
|
|
python: /usr/bin/python
|
2017-08-21 18:22:08 +00:00
|
|
|
|
|
|
|
# An array of parameters to pass to youtube-dl
|
2016-04-08 17:37:59 +00:00
|
|
|
params:
|
|
|
|
- --no-warnings
|
2017-11-11 12:58:55 +00:00
|
|
|
- --ignore-errors
|
|
|
|
- --flat-playlist
|
|
|
|
- --restrict-filenames
|
2017-08-21 18:22:08 +00:00
|
|
|
|
|
|
|
# True to enable audio conversion
|
2015-10-31 14:42:25 +00:00
|
|
|
convert: false
|
2017-08-21 18:22:08 +00:00
|
|
|
|
2018-01-24 22:30:24 +00:00
|
|
|
# True to enable advanced conversion mode
|
|
|
|
convertAdvanced: false
|
|
|
|
|
|
|
|
# List of formats available in advanced conversion mode
|
|
|
|
convertAdvancedFormats: [mp3, avi, flv, wav]
|
|
|
|
|
2017-08-21 18:22:08 +00:00
|
|
|
# Path to your avconv or ffmpeg binary
|
2015-11-21 19:54:38 +00:00
|
|
|
avconv: vendor/bin/ffmpeg
|
2017-08-21 18:22:08 +00:00
|
|
|
|
2017-12-09 22:16:48 +00:00
|
|
|
# avconv/ffmpeg logging level.
|
|
|
|
avconvVerbosity: error
|
|
|
|
|
2017-08-21 18:22:08 +00:00
|
|
|
# True to disable URL rewriting
|
2017-01-10 22:37:29 +00:00
|
|
|
uglyUrls: false
|
2017-08-21 18:22:08 +00:00
|
|
|
|
|
|
|
# True to stream videos through server
|
2017-01-16 10:29:56 +00:00
|
|
|
stream: false
|
2017-11-10 22:50:17 +00:00
|
|
|
|
|
|
|
# MP3 bitrate when converting (in kbit/s)
|
|
|
|
audioBitrate: 128
|