https://github.com/losparviero/durl
https://github.com/losparviero/durl
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/losparviero/durl
- Owner: losparviero
- Created: 2023-08-30T16:29:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T18:21:45.000Z (about 2 years ago)
- Last Synced: 2025-03-02T03:34:56.883Z (8 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YouTube Direct API
API endpoint to get direct link to YouTube videos.
Currently only Shorts are supported.
### Install
1. Clone repo. Run ```npm i```
2. Run ```npm start```### Usage
```
GET https://:3000/video/
```### Client
An example client app is provided in ```client/client.js```.
### Mechanism
The API uses ytdl-core to proxy the video.
### License
AGPL-3.0 ©️ Zubin