This repository was archived by the owner on Feb 22, 2024. It is now read-only.
This repository was archived by the owner on Feb 22, 2024. It is now read-only.
httpsProxy for filedownloader.js #33
Open
Description
Description
Looking at the .js libs in use, it appears that while Api.js implements the httpsProxy setting from config.js, FileDownloader.js does not.
Specifically, it appears this request builder:
var r = request({ method: 'GET', url: downloadLink.url });
Might need a proxy opt:
var r = request({ method: 'GET', url: downloadLink.url, proxy: config.httpsProxy });
Additional Information
- Node Version v12.18.3
- Platform: Windows
- Logs: N/A
Metadata
Metadata
Assignees
Labels
No labels