To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.1.12. Bun is a fast all-in-one JavaScript runtime.
Returns a simple greeting message.
Extracts the title, description, and subtitles from a YouTube video.
{
"url": "https://www.youtube.com/watch?v=example"
}{
"title": "Video Title",
"description": "Video Description",
"subtitles": {
"en": "https://example.com/subtitles.en.vtt"
}
}