API endpoint to get direct link to YouTube videos.
Currently only Shorts are supported.
- Clone repo. Run
npm i
- Run
npm start
GET https://<domainUrl>:3000/video/<videoId>
An example client app is provided in client/client.js
.
The API uses ytdl-core to proxy the video.
AGPL-3.0 ©️ Zubin