init biliup-next
This commit is contained in:
9
src/biliup_next/plugins/manifests/ingest_local_file.json
Normal file
9
src/biliup_next/plugins/manifests/ingest_local_file.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user