YT2MP3Sharp is an app built by me as there are not to many out there 😉.
This is just an UI written in C# with AvaloniaUI, YoutubeExplode libraries and ffmpeg as dependency.
To build do:
dotnet restore
dotnet build -c Release
- go to Release folder and put your FFMpeg executable there
ffmpeg.exe
Download ffmpeg from here.