Skip to content
This repository has been archived by the owner on Feb 27, 2022. It is now read-only.

Download files in batches #102

Open
codthing opened this issue Feb 19, 2021 · 1 comment
Open

Download files in batches #102

codthing opened this issue Feb 19, 2021 · 1 comment

Comments

@codthing
Copy link

Is there a way to download files in batches, similar to axios.all.
For example, I have a set of data returned by a web server, and I request fileUrl files based on the returned data,
Of course, it also needs to delete local files with the same name.

[
  {
    "id": "1",
    "fileUrl": "ed2k://1.ts"
  },
  {
    "id": "2",
    "fileUrl": "ed2k://2.ts"
  }
]

image
无标题-2021-02-19-1555 (1)

@jonathan-baernthaler
Copy link

did you find any solution for that?

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

No branches or pull requests

2 participants