2432a06c1b
Use AppVeyor to run tests
12 lines
340 B
YAML
12 lines
340 B
YAML
---
|
|
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
|