From 4294070b1ecdebfcf29a9f975c0244b189d5dc6b Mon Sep 17 00:00:00 2001 From: arabcoders Date: Wed, 4 Jun 2025 21:55:47 +0300 Subject: [PATCH] Make the URLs separator user configurable --- ui/components/NewDownload.vue | 83 ++++++++++++++++++++++++++++------- 1 file changed, 66 insertions(+), 17 deletions(-) diff --git a/ui/components/NewDownload.vue b/ui/components/NewDownload.vue index 9507d583..a7fbff2b 100644 --- a/ui/components/NewDownload.vue +++ b/ui/components/NewDownload.vue @@ -13,9 +13,10 @@ - + - You can add multiple URLs separated by a comma ,. + You can add multiple URLs separated by {{ getSeparatorsName(separator) }}.
@@ -30,7 +31,7 @@
+ + +
+
+ + + Use this separate multiple URLs in the input field. + + + + +
- + All output template naming options can be found at this page. @@ -108,7 +132,7 @@