fix
This commit is contained in:
16
app/chain/transfer.py
Normal file
16
app/chain/transfer.py
Normal file
@ -0,0 +1,16 @@
|
||||
from app.chain import _ChainBase
|
||||
|
||||
|
||||
class TransferChain(_ChainBase):
|
||||
"""
|
||||
文件转移处理链
|
||||
"""
|
||||
|
||||
def process(self) -> bool:
|
||||
"""
|
||||
根据媒体信息,执行搜索
|
||||
"""
|
||||
# 从下载器获取种子列表
|
||||
# 识别
|
||||
# 转移
|
||||
pass
|
Reference in New Issue
Block a user