parent
88ea150d5a
commit
2432a06c1b
9 changed files with 116 additions and 29 deletions
|
@ -7,10 +7,10 @@ python: /usr/bin/python
|
|||
|
||||
# An array of parameters to pass to youtube-dl
|
||||
params:
|
||||
- --no-playlist
|
||||
- --no-warnings
|
||||
- --playlist-end
|
||||
- 1
|
||||
- --ignore-errors
|
||||
- --flat-playlist
|
||||
- --restrict-filenames
|
||||
|
||||
# True to enable audio conversion
|
||||
convert: false
|
||||
|
|
12
config/config_test_windows.yml
Normal file
12
config/config_test_windows.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
convert: false
|
||||
python: C:\Python36\python.exe
|
||||
avconv: C:\ProgramData\chocolatey\bin\ffmpeg.exe
|
||||
rtmpdump: C:\ProgramData\chocolatey\bin\rtmpdump
|
||||
youtubedl: C:\Python36\Lib\site-packages\youtube_dl\__main__.py
|
||||
params:
|
||||
- --no-warnings
|
||||
- --ignore-errors
|
||||
- --flat-playlist
|
||||
- --restrict-filenames
|
||||
- --no-check-certificate
|
Loading…
Add table
Add a link
Reference in a new issue