This commit is contained in:
2026-07-20 16:15:58 -07:00
parent a156700e6e
commit 7f12bc7f40
6 changed files with 217 additions and 7 deletions
+6
View File
@@ -251,6 +251,12 @@ class Local(Provider):
folder_name = str(kwargs.get("folder_name") or "").strip()
if not folder_name and not direct_export_download:
folder_name = self._folder_name_from_pipe(kwargs.get("pipe_obj"))
if not folder_name and not direct_export_download:
title_hint = str(kwargs.get("title") or "").strip()
if not title_hint:
title_hint = source_path.stem.replace("_", " ").strip()
if title_hint:
folder_name = title_hint
export_root = destination_root
if folder_name and not direct_export_download: