Skip to content

r8420/yt-dlp-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yt-dlp-server

A yt-dlp web server, powered by yt-dlp.

Intended to provide raw video url and other metadata as a json payload, not as a streaming server.

Getting started

npm install
npm start

Deploy

API

GET /watch?v=<YOUTUBE_VIDEO_ID_HERE>

Redirects to the raw video url.

- v: required - Url or ID of the video, same as the url parameter of GET /v1/video

About

A yt-dlp web server, powered by yt-dlp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.7%
  • JavaScript 13.3%