meakcega
Results
1
issues of
meakcega
Hello, I have problem with OutputFolder settings: ```c# YoutubeDL ytdl = new YoutubeDL(); ytdl.OutputFolder = @"C:\Output"; OptionSet optionSet= new OptionSet(); string temp = @"C:\Temp"; optionSet.Paths = $"temp:{temp}"; optionSet.Output = "%(title)s.%(ext)s";...