download icon indicating copy to clipboard operation
download copied to clipboard

Download and extract files

Results 65 download issues
Sort by recently updated
recently updated
newest added

* switch to ESM, require Node.js 12 * switch to GitHub Actions * remove pify, make-dir and rimraf packages * add coverage with c8 * update all packages to the...

I ain't the developer of it, but I think it's really good and a nice alternative for the `download` package. https://github.com/hgouveia/node-downloader-helper

I hope this package could support ES Module,so I could use "import download from 'download'" instead of require('ES Module').Thanks!!!

npm audit is failing in packages that use this, reporting: > got

In the security vulnerability [CVE-2022-33987](https://github.com/advisories/GHSA-pfrx-2q88-qq97) - `got` `8.3.1` used in this library has a problem and should likely be upgraded to a fixed version. I don't know if the GitHub...

It seems that the last letter is removed when downloading a file that has a long and complex filename. example file: https://images.squarespace-cdn.com/content/v1/6124a4fd689c806393eb581b/81dc0346-e123-4880-89dd-104e34a4f596/Kanalbyen+-+a+new+destination+in+Kristiansand%2C+Norway-high+%281%29+%28brugt+p%C3%A5+forsiden%29.gif is saved as: Kanalbyen+-+a+new+destination+in+Kristiansand%2C+Norway-high+%281%29+%28brugt+p%C3%A5+forsiden%29.gi I'm using a mac

As stated from npm audit there's a High vulnerability issue with the package trim-newlines used by download-cli version 1.1.1 which is the latest one.

I am downloading pdf files from online ulrs using download module in node.js. But When I download pdf files, that error is showed. How to fix this error? I used...

How does the following code crash the program? I'm catching the error, but it still crashes. Only thing I can think is that it is doing something on a different...

When using a stream the response attempts to check the size. For files larger than 4GB this creates an error. ``` RangeError: Invalid string length at Array.join () at PassThrough.stream.getBufferedValue...