mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-19 05:03:57 +08:00
16 lines
253 B
TOML
16 lines
253 B
TOML
schema_version = 1
|
|
id = "DoubanModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.douban:DoubanModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "豆瓣"
|
|
type = "mediarecognize"
|
|
subtype = "Douban"
|
|
priority = 2
|
|
|
|
[activation]
|
|
policy = "bootstrap"
|
|
watch = []
|