Implement Kaizoku provider downloader

This commit is contained in:
Codex
2026-08-09 11:50:46 +02:00
parent 5278eda713
commit 34e3625f87
31 changed files with 19604 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "kaizoku-provider-bridge",
"version": "0.1.0",
"private": true,
"type": "commonjs",
"description": "Local provider bridge for Kaizoku anime metadata and stream resolution.",
"dependencies": {
"axios": "^1.7.9",
"cheerio": "^1.0.0"
}
}