Skip to content

thelevicole/youtube-to-html5-server

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

YouTube to HTML5 server

Basic usage

Once cloned this repo simply run the below command to start the local server.

HOST=localhost PORT=8000 node index.js

Now set the global YouTubeToHtml5() javascript endpoint by placing the below above any library initiations.

YouTubeToHtml5.defaultOptions.endpoint = 'http://localhost:8000/?id=';

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published