Fix: Pass URL as title to GDM to avoid showing template string
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user