ibrod83 / nodejs-file-downloader

130 stars 23 forks source link

Downloading from data uri #52

Closed EverlyScott closed 1 year ago

EverlyScott commented 1 year ago

Hello, I'm currently downloading content from an electron app and it downloads data from http sources, as well as data URIs. Is it possible to download via data URIs so I don't have to make a custom system to download those? When I try entering a data URI in the url property, I get the following error:

UnhandledPromiseRejectionWarning: AssertionError [ERR_ASSERTION]: protocol mismatch
ibrod83 commented 1 year ago

You're right, the program doesn't support data URI. I will try adding support in the nearby future.

ibrod83 commented 1 year ago

Updated the program to support Data URI. Please tell me if you encounter any problems