https://github.com/saanuregh/youtube-dl-web
A minimal web ui and serverless api for youtube-dl
https://github.com/saanuregh/youtube-dl-web
vercel youtube-dl
Last synced: 8 months ago
JSON representation
A minimal web ui and serverless api for youtube-dl
- Host: GitHub
- URL: https://github.com/saanuregh/youtube-dl-web
- Owner: saanuregh
- Created: 2020-10-22T17:29:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T07:55:31.000Z (about 5 years ago)
- Last Synced: 2023-03-02T21:26:51.778Z (over 3 years ago)
- Topics: vercel, youtube-dl
- Language: JavaScript
- Homepage: https://youtube-dl-web.vercel.app/
- Size: 35.5 MB
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# youtube-dl-web
a minimal web ui and serverless api for [youtube-dl](https://github.com/ytdl-org/youtube-dl).
## Deploy your own
Deploy the example using [Vercel](https://vercel.com):
[](https://vercel.com/import/project?template=https://github.com/saanuregh/youtube-dl-web)
## How to use the serverless API
### To download
`/api/download`
#### parameters
- `url` - url to the media, no playlists (required)
- `f` - format as per youtube-dl format (default: bestvideo+bestaudio/best)
### To get info
`/api/info`
#### parameters
- `q` - search query or url (required)
- `f` - format as per youtube-dl format (default: bestvideo+bestaudio/best)