Use ProcessBuilder to build commands (fixes #51)
This commit is contained in:
parent
11e8243443
commit
f7f0a7b7f4
3 changed files with 46 additions and 30 deletions
|
@ -1,6 +1,9 @@
|
|||
youtubedl: vendor/rg3/youtube-dl/youtube_dl/__main__.py
|
||||
python: /usr/bin/python
|
||||
params: --no-playlist --no-warnings -f best
|
||||
params:
|
||||
- --no-playlist
|
||||
- --no-warnings
|
||||
- -f best
|
||||
curl_params:
|
||||
convert: false
|
||||
avconv: vendor/bin/ffmpeg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue