kannagi0303 / yt-dlp-gui

Windows GUI for yt-dlp
MIT License
1.25k stars 81 forks source link

Crashfix decimalparse #147

Open jeroenwalter opened 2 months ago

jeroenwalter commented 2 months ago

On Windows systems that don't use the '.' as decimal separator, the program would crash in decimal.TryParse() when processing the output of yt-dlp.exe This pull request fixes that by using CultureInfo.Invariant. Also, this pull request converts the project to .net8.0 as official .net6.0 support will end in November 2024