Cleanup root folder (fixes #110)
This commit is contained in:
parent
c1c6c2dd97
commit
f9203706f7
21 changed files with 17 additions and 17 deletions
12
config/config.example.yml
Normal file
12
config/config.example.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
youtubedl: vendor/rg3/youtube-dl/youtube_dl/__main__.py
|
||||
python: /usr/bin/python
|
||||
params:
|
||||
- --no-playlist
|
||||
- --no-warnings
|
||||
- --playlist-end
|
||||
- 1
|
||||
convert: false
|
||||
avconv: vendor/bin/ffmpeg
|
||||
rtmpdump: vendor/bin/rtmpdump
|
||||
uglyUrls: false
|
||||
stream: false
|
1
config/config_test.yml
Normal file
1
config/config_test.yml
Normal file
|
@ -0,0 +1 @@
|
|||
convert: false
|
Loading…
Add table
Add a link
Reference in a new issue