alltube/config.example.yml

14 lines
291 B
YAML
Raw Normal View History

2015-10-31 14:42:25 +00:00
youtubedl: vendor/rg3/youtube-dl/youtube_dl/__main__.py
python: /usr/bin/python
params:
- --no-playlist
- --no-warnings
- -f best[protocol^=http]
2016-04-11 20:41:25 +00:00
- --playlist-end
- 1
curl_params:
2015-10-31 14:42:25 +00:00
convert: false
2015-11-21 19:54:38 +00:00
avconv: vendor/bin/ffmpeg
2016-04-12 19:13:43 +00:00
rtmpdump: vendor/bin/rtmpdump
2016-07-30 12:01:00 +00:00
curl: /usr/bin/curl