Skip to content

Commit c5791b1

Browse files
committed
Merge branch 'up/feat/multi-link-downloader' into chore/all-my-stuffs
2 parents 0083b18 + 7035eba commit c5791b1

File tree

7 files changed

+3385
-7929
lines changed

7 files changed

+3385
-7929
lines changed

locales/en.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,3 +435,7 @@ tools:
435435
json-to-object:
436436
title: JSON to object
437437
description: Parse and convert JSON to object.
438+
439+
multi-link-downloader:
440+
title: Multi link downloader
441+
description: Asynchronously downloads from multiple links into a zip file while a single link downloads directly. (Requires an internet connection)

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
"json-editor-vue": "^0.16.0",
154154
"json2csharp": "^1.0.3",
155155
"json5": "^2.2.3",
156+
"jszip": "^3.10.1",
156157
"jsonar-mod": "^1.9.0",
157158
"jsonlint-mod": "^1.7.6",
158159
"jsonpath": "^1.1.1",

0 commit comments

Comments
 (0)