rahad-all-downloader 2.1.10 → 2.1.11
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
@@ -6,7 +6,7 @@ async function alldl(url) {
|
|
6
6
|
return { success: false, error: 'Missing URL parameter' };
|
7
7
|
}
|
8
8
|
|
9
|
-
const response = await axios.get(`
|
9
|
+
const response = await axios.get(`http://pnode3.danbot.host:2571/download?url=${url}`);
|
10
10
|
const result = response.data;
|
11
11
|
|
12
12
|
return result;
|
package/package.json
CHANGED