openload-downloader
This module helps you download openload videos to your server easily using node.js
Installation
This module can be installed via npm:
$ npm install --save openload-downloader
Usage
var downloader = ;
Functions
downloader.download(videoURL, outputFile)
- videoURL: URL of the openload/oload video
- outputFile: Output file path
var downloader = ; { await downloader; console;};
or if you want to use it with .then() instead of async/await:
var downloader = ; downloader;