sindresorhus / ky

🌳 Tiny & elegant JavaScript HTTP client based on the browser Fetch API
MIT License
11.83k stars 341 forks source link

How to download files from external host #596

Closed higoka closed 1 week ago

higoka commented 2 weeks ago

I have a list of filenames i need to download from a website.

In nodejs how would i download these files in parallel using ky? is this even possible or should i use got?