openFrameworks icon indicating copy to clipboard operation
openFrameworks copied to clipboard

download_libs downloader using wget2

Open dimitre opened this issue 1 year ago • 2 comments

So all files can be downloaded faster, in parallel if wget2 is installed locally if not it will fallback to curl, then wget cc @danoli3

dimitre avatar Mar 10 '24 16:03 dimitre

Nice1!

On Mon, 11 Mar 2024 at 3:38 AM, Dimitre @.***> wrote:

So all files can be downloaded faster, in parallel if wget2 is installed locally if not it will fallback to curl, then wget cc @danoli3 https://github.com/danoli3

You can view, comment on, or merge this pull request online at:

https://github.com/openframeworks/openFrameworks/pull/7907 Commit Summary

File Changes

(2 files https://github.com/openframeworks/openFrameworks/pull/7907/files)

Patch Links:

  • https://github.com/openframeworks/openFrameworks/pull/7907.patch
  • https://github.com/openframeworks/openFrameworks/pull/7907.diff

— Reply to this email directly, view it on GitHub https://github.com/openframeworks/openFrameworks/pull/7907, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGK2HHPMVSHLM34KOKIH43YXSD67AVCNFSM6AAAAABEPDFLLSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGE3TONZZHAZDMMA . You are receiving this because you were mentioned.Message ID: @.***>

danoli3 avatar Mar 11 '24 04:03 danoli3

I think it is finally passing tests. I've simplified the functions to invoke the downloader, so multiple files can be passed easily. wget2 and curl download faster in parallel, wget download in series.

dimitre avatar May 12 '24 00:05 dimitre

@dimitre if this is good to merge - looks good to me :)

ofTheo avatar May 16 '24 03:05 ofTheo

Closing this in favor of https://github.com/openframeworks/openFrameworks/pull/8002

dimitre avatar May 29 '24 19:05 dimitre