From b0887eb4222406827350eefa8ebaf2d2e112ad08 Mon Sep 17 00:00:00 2001 From: projectdx Date: Tue, 6 Jan 2026 22:10:55 +0900 Subject: [PATCH] Fix: Pass URL as title to GDM to avoid showing template string --- mod_basic.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod_basic.py b/mod_basic.py index 65ee2f7..482dc6c 100644 --- a/mod_basic.py +++ b/mod_basic.py @@ -164,7 +164,8 @@ class ModuleBasic(PluginModuleBase): save_path=ToolUtil.make_path(P.ModelSetting.get("save_path")), filename=req.form["filename"], source_type='youtube', - caller_plugin=P.package_name, + caller_plugin='youtube-dl', + title=req.form["url"], # 템플릿 스트링이 제목으로 나오는 것 방지 **gdm_options ) if task: