1
0
mirror of https://github.com/mxpv/podsync.git synced 2024-05-11 05:55:04 +00:00

Add workaroubnd for CERTIFICATE_VERIFY_FAILED error

This commit is contained in:
Maksym Pavlenko
2017-01-04 12:38:05 -08:00
parent 8fa7b30be5
commit e40f3ce056

View File

@@ -82,7 +82,7 @@ namespace Podsync.Services.Resolver
{
using (var proc = new Process())
{
FillStartInfo(proc.StartInfo, $"-f {format} -g {videoUrl}");
FillStartInfo(proc.StartInfo, $"-f {format} -g {videoUrl} --no-check-certificate");
proc.Start();