openload-link
Version:
Gets the original source link for openload using puppeteer.
16 lines (11 loc) • 292 B
Markdown
# openload-link
Gets the original source link for openload using puppeteer.
```bash
npm i openload-link
```
Example use:
```js
const openload = require('openload-link')
openload(input_link).then(output_link => console.log(output_link))
```
If you find bugs please report them, thank you.