Skip to content

JetloadNET/node-urlresolver-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-urlresolver-api

A complete nodejs API to extract streaming sites video direct URLs:

For the supported servers go to /servers.

Required dependencies:

- body-parser  
- cheerio   
- express   
- got  
- exec-php (optional)  
- json5  

Installation

To install this API in your server you only need to have nodejs 10.x+ installed.
Next, install all dependencies with npm command

Installing nodejs

Install dependencies

- All you need to do is clone the project with git clone <repo>  
- navigate to de project folder and run this command: npm install  
- Now you can start the app running the command: node app.js or pm2 

Usage (Pending)

About

A complete nodejs API to extract streaming sites video direct URLs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.8%
  • PHP 29.2%