Add youtubei.js for direct YouTube download

This commit is contained in:
Your Name
2026-01-11 21:24:06 +01:00
parent 9a9eda5867
commit cc527e3c0c
2 changed files with 50 additions and 40 deletions

View File

@@ -7,7 +7,8 @@
"dev": "deno run --watch --allow-net --allow-env --allow-read mod.ts"
},
"imports": {
"std/": "https://deno.land/std@0.208.0/"
"std/": "https://deno.land/std@0.208.0/",
"youtubei.js": "npm:youtubei.js@latest"
},
"compilerOptions": {
"strict": true