You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tools/multi-link-downloader/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import { defineTool } from '../tool';
4
4
exportconsttool=defineTool({
5
5
name: 'Multi link downloader',
6
6
path: '/multi-link-downloader',
7
-
description: '',
7
+
description: 'The tool will asynchronously combine the contents of the provided links into a single zip file for you to download. (Requires an internet connection)',
0 commit comments