Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 670 Bytes

File metadata and controls

41 lines (26 loc) · 670 Bytes

ytxt

中文 | English

无服务器 YouTube 字幕提取器附带简单 HTTP GET API

立刻体验:https://ytxt.jerryshell.workers.dev

Deploy to Cloudflare

使用方法

安装依赖

bun install

开发模式

bun run dev

构建生产版本

bun run build

API

GET /api/transcript?input=<YouTube链接或VideoId>&lang=<语言代码(可选)>

示例:

curl "http://localhost:3000/api/transcript?input=UF8uR6Z6KLc&lang=en"