mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
refactor backend module architecture
This commit is contained in:
@@ -148,7 +148,7 @@ def fetch_titles(site_keys: list[str], max_pages: int) -> list[tuple[str, str]]:
|
||||
|
||||
def recognize_one(module, title: str) -> dict:
|
||||
"""对单条标题执行与识别测试页相同的解析+识别链路,并给出失败归因。"""
|
||||
from app.core.meta import MetaMusic
|
||||
from app.domain.meta.metamusic import MetaMusic
|
||||
|
||||
row = {"title": title}
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user