init biliup-next

This commit is contained in:
theshy
2026-04-01 00:44:58 +08:00
commit d0cf1fd0df
127 changed files with 15582 additions and 0 deletions

View File

@ -0,0 +1,9 @@
{
"id": "local_file",
"name": "Local File Ingest",
"version": "0.1.0",
"provider_type": "ingest_provider",
"entrypoint": "biliup_next.modules.ingest.providers.local_file:LocalFileIngestProvider",
"capabilities": ["ingest"],
"enabled_by_default": true
}