Bluegrams / YoutubeDLSharp

A simple .NET wrapper library for youtube-dl and yt-dlp
BSD 3-Clause "New" or "Revised" License
173 stars 30 forks source link

Exception for paths with spaces #28

Closed albie6544 closed 1 year ago

albie6544 commented 1 year ago

I am currently using version 1.0.0.beta3 with yt-dlp and have encountered an error that had baffled me for a good while. When creating a new youtubedl object, my path had a space in it (C:\Project Repo\Project\asdf\yt-dlp.exe), causing an error. Hope this can get fixed soon, thanks ;)

alxnull commented 1 year ago

Thanks for reporting this. I've just fixed the issue and pushed an updated nuget package including this fix.