You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run code, the temp files were saved correctly in "C:\Temp". But after finishing download, the video files were not saved to "C:\Output". Instead they were saved to the folder that contains "yt-dlp.exe" file.
When I removed variable "optionSet". It works correctly , all video files were saved to "C:\Output":
I don't have the definitive answer though I've been experimenting with this a lot lately. As far as I can tell you need to set the OutputFolder (as you have) and unfortunately also use the full path in the optionSet.Output. In the example above you would concatenate your temp variable with the template you are sing for optionSet.Output. If there is some way to avoid the duplicate definition I don't know but this works for me.
Hello,
I have problem with OutputFolder settings:
When I run code, the temp files were saved correctly in "C:\Temp". But after finishing download, the video files were not saved to "C:\Output". Instead they were saved to the folder that contains "yt-dlp.exe" file.
When I removed variable "optionSet". It works correctly , all video files were saved to "C:\Output":
How can I setup "OutputFolder" correctly? Please advise me.
And I want to add a folder to save subtitle files. How can I do that?
The text was updated successfully, but these errors were encountered: