Fix: Pass URL as title to GDM to avoid showing template string

This commit is contained in:
2026-01-06 22:10:55 +09:00
parent 5067b5ff89
commit b0887eb422

View File

@@ -164,7 +164,8 @@ class ModuleBasic(PluginModuleBase):
save_path=ToolUtil.make_path(P.ModelSetting.get("save_path")), save_path=ToolUtil.make_path(P.ModelSetting.get("save_path")),
filename=req.form["filename"], filename=req.form["filename"],
source_type='youtube', source_type='youtube',
caller_plugin=P.package_name, caller_plugin='youtube-dl',
title=req.form["url"], # 템플릿 스트링이 제목으로 나오는 것 방지
**gdm_options **gdm_options
) )
if task: if task: