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:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user