Skip to content
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

fix: update download progress parsing to support curl's output #138

Merged
merged 3 commits into from
Jun 26, 2024

Conversation

flexiondotorg
Copy link
Member

@flexiondotorg flexiondotorg commented Jun 26, 2024

Since Quickemu 4.9.3 quickget downloads everything, except Ubuntu daily images, with curl via the web_get() function internal to quickget.

This pull request drops support for wget, aria2 and macrecovery progress parsing as none of these are used by quickget anymore. It also adapts the progress parsing to curl's progress output and accounts for a bug in quickget where it stopped reporting if wget/curl is the external download tool in the csv data.

Since Quickemu 4.9.3 quickget downloads everything except Ubuntu daily images with curl, via the web_get() function internal to quickget.

This change adapts the progress parsing to curl's progress output and accounts for a bug in quickget where it stopped reporting if wget/curl is the external download tool.
@flexiondotorg flexiondotorg merged commit a8ada5a into main Jun 26, 2024
1 check passed
@flexiondotorg flexiondotorg deleted the progress branch June 26, 2024 16:32
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