Use deno.land/x/youtubei for Deno Deploy compatibility

This commit is contained in:
Your Name
2026-01-11 21:25:35 +01:00
parent cc527e3c0c
commit 86607ffe77
2 changed files with 2 additions and 3 deletions

View File

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