Closed zns-commits closed 2 years ago
Sorry for the late reply. You can try out the web version for now: https://un-index.github.io/imgBB-web-bulk-downloader/
Not sure why this isn't working I'll take a look at it later.
The issue was with the latest npm version using original image names for the downloaded filenames . Temporary fix would be to use the version published right before that one:
npm uninstall @un-index/imgbb-bulk
npm i https://github.com/Un-index/npm-imgbb-bulk-downloader
Just fixed it. You can now use the regular npm version (make sure you have the latest version) and it retains original filenames.
Hello, I tried your package with the same example script you put in the documentation.
I simply replaced your links with my own: I put here the script :
I then ran the command "node index.js". and here is the error I got :
Can you help me please?
Thank you for your help.