feat 自定义占位符

This commit is contained in:
thsrite
2023-10-08 11:59:52 +08:00
parent 83ed17d5c1
commit 09716e98ba
7 changed files with 64 additions and 1 deletions

View File

@ -542,7 +542,9 @@ class FileTransferModule(_ModuleBase):
# 剧集标题
"episode_title": episode_title,
# 文件后缀
"fileExt": file_ext
"fileExt": file_ext,
# 自定义占位符
"customization": meta.customization
}
@staticmethod