Initial commit with translated description

This commit is contained in:
2026-03-29 14:29:10 +08:00
commit e8664ee527
5 changed files with 557 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "video-transcript-downloader",
"version": "1.0.0",
"private": true,
"type": "module",
"dependencies": {
"youtube-transcript-plus": "^1.1.1"
}
}