Skip to content

Crashfix decimalparse #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jeroenwalter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant