Huakun Shen a8eca4392a
feat: improve YouTube download experience and add progress handling
- Add start callback trigger for video stream
- Update form description with download guidance
- Temporarily hardcode development URL for testing
- Bump package version to 0.1.2
2025-01-28 09:16:00 -05:00

26 lines
627 B
JSON

{
"name": "@kunkun/kunkun-ext-youtube-downloader",
"version": "0.1.2",
"license": "MIT",
"exports": "./mod.ts",
"imports": {
"@distube/yt-dlp": "npm:@distube/yt-dlp@^2.0.1",
"@distube/ytdl-core": "npm:@distube/ytdl-core@^4.15.9",
"@hk/photographer-toolbox": "jsr:@hk/photographer-toolbox@^0.1.12",
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",
"@std/assert": "jsr:@std/assert@1",
"fluent-ffmpeg": "npm:fluent-ffmpeg@^2.1.3"
},
"publish": {
"include": [
"dist",
"mod.ts",
"package.json",
"README.md",
"deno-src",
"src/api.ts",
".npmrc"
]
}
}