mirror of
https://gitlab.com/gnuwget/wget2.git
synced 2025-08-20 16:24:12 +00:00

* examples/Makefile.am: Add batch_loader.c * examples/batch_loader.c: New example code This example uses 500 threads to process domains / URLS from stdin. It downloads the URL and creates a stats entry in out.csv. Check the source for details.