minimal web UI + serverless API for yt-dlp

Download media from hundreds of sites

Paste a link or search for something. yozora fetches the available formats and lets you grab audio or video in a couple of taps.

Tip: a full URL is fetched directly, anything else is treated as a search.

Serverless API

https://yozora.vercel.app/api/info
queryrequired
search query or URL
format
yt-dlp format (default: bestvideo+bestaudio/best)
https://yozora.vercel.app/api/download
urlrequired
URL to the media (no playlists)
format
yt-dlp format (default: bestvideo+bestaudio/best)

Formats follow the yt-dlp format selection syntax.