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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. 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(`https://all-downloader-api-a9np.onrender.com/download?url=${url}`);
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rahad-all-downloader",
3
- "version": "2.1.10",
3
+ "version": "2.1.11",
4
4
  "description": "Fetch URL Downloads From YouTube, Facebook, TikTok, Instagram, Twitter, Google Drive, Capcut, terabox",
5
5
  "main": "index.js",
6
6
  "scripts": {