alltube/config.example.yml

14 lines
291 B
YAML
Raw Normal View History

2015-10-31 15:42:25 +01: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 22:41:25 +02:00
- --playlist-end
- 1
curl_params:
2015-10-31 15:42:25 +01:00
convert: false
2015-11-21 20:54:38 +01:00
avconv: vendor/bin/ffmpeg
2016-04-12 21:13:43 +02:00
rtmpdump: vendor/bin/rtmpdump
2016-07-30 14:01:00 +02:00
curl: /usr/bin/curl