Upload alldownloader.js
Browse files- plugins/alldownloader.js +16 -1
plugins/alldownloader.js
CHANGED
@@ -247,6 +247,7 @@ AllDlRoutes.get('/api/v1/dl/xnxx-search-v2', authenticateApiKey, apiLimiter, asy
|
|
247 |
* description: API key for authentication
|
248 |
* schema:
|
249 |
* type: string
|
|
|
250 |
* responses:
|
251 |
* 200:
|
252 |
* description: Success
|
@@ -291,6 +292,7 @@ AllDlRoutes.get('/api/v1/dl/instagram-v4', authenticateApiKey, apiLimiter, async
|
|
291 |
* description: API key for authentication
|
292 |
* schema:
|
293 |
* type: string
|
|
|
294 |
* responses:
|
295 |
* 200:
|
296 |
* description: Success
|
@@ -334,6 +336,7 @@ AllDlRoutes.get('/api/v1/dl/instagram-v3', authenticateApiKey, apiLimiter, async
|
|
334 |
* description: API key for authentication
|
335 |
* schema:
|
336 |
* type: string
|
|
|
337 |
* responses:
|
338 |
* 200:
|
339 |
* description: Success
|
@@ -409,6 +412,7 @@ AllDlRoutes.get('/api/v1/dl/instagram-v2', authenticateApiKey, apiLimiter, async
|
|
409 |
* description: API key for authentication
|
410 |
* schema:
|
411 |
* type: string
|
|
|
412 |
* responses:
|
413 |
* 200:
|
414 |
* description: Success
|
@@ -485,6 +489,7 @@ AllDlRoutes.get('/api/v1/dl/pint', authenticateApiKey, apiLimiter, async (req, r
|
|
485 |
* description: API key for authentication
|
486 |
* schema:
|
487 |
* type: string
|
|
|
488 |
* responses:
|
489 |
* 200:
|
490 |
* description: Success
|
@@ -698,6 +703,7 @@ AllDlRoutes.get('/api/v1/dl/sfilemobi-search', authenticateApiKey, apiLimiter, a
|
|
698 |
* description: API key for authentication
|
699 |
* schema:
|
700 |
* type: string
|
|
|
701 |
* responses:
|
702 |
* 200:
|
703 |
* description: Success
|
@@ -774,6 +780,7 @@ AllDlRoutes.get('/api/v1/dl/capcut', authenticateApiKey, apiLimiter, async (req,
|
|
774 |
* description: API key for authentication
|
775 |
* schema:
|
776 |
* type: string
|
|
|
777 |
* responses:
|
778 |
* 200:
|
779 |
* description: Success
|
@@ -849,6 +856,7 @@ AllDlRoutes.get('/api/v1/dl/instagram', authenticateApiKey, apiLimiter, async (r
|
|
849 |
* description: API key for authentication
|
850 |
* schema:
|
851 |
* type: string
|
|
|
852 |
* responses:
|
853 |
* 200:
|
854 |
* description: Success
|
@@ -924,6 +932,7 @@ AllDlRoutes.get('/api/v1/dl/twitter', authenticateApiKey, apiLimiter, async (req
|
|
924 |
* description: API key for authentication
|
925 |
* schema:
|
926 |
* type: string
|
|
|
927 |
* responses:
|
928 |
* 200:
|
929 |
* description: Success
|
@@ -999,6 +1008,7 @@ AllDlRoutes.get('/api/v1/dl/sfilemobi', authenticateApiKey, apiLimiter, async (r
|
|
999 |
* description: API key for authentication
|
1000 |
* schema:
|
1001 |
* type: string
|
|
|
1002 |
* responses:
|
1003 |
* 200:
|
1004 |
* description: Success
|
@@ -1074,6 +1084,7 @@ AllDlRoutes.get('/api/v1/dl/tiktok', authenticateApiKey, apiLimiter, async (req,
|
|
1074 |
* description: API key for authentication
|
1075 |
* schema:
|
1076 |
* type: string
|
|
|
1077 |
* responses:
|
1078 |
* 200:
|
1079 |
* description: Success
|
@@ -1153,6 +1164,7 @@ AllDlRoutes.get('/api/v1/dl/tiktok-v2', authenticateApiKey, apiLimiter, async (r
|
|
1153 |
* description: API key for authentication
|
1154 |
* schema:
|
1155 |
* type: string
|
|
|
1156 |
* responses:
|
1157 |
* 200:
|
1158 |
* description: Success
|
@@ -1236,6 +1248,7 @@ AllDlRoutes.get('/api/v1/dl/fb', authenticateApiKey, apiLimiter, async (req, res
|
|
1236 |
* description: API key for authentication
|
1237 |
* schema:
|
1238 |
* type: string
|
|
|
1239 |
* responses:
|
1240 |
* 200:
|
1241 |
* description: Success
|
@@ -1312,6 +1325,7 @@ AllDlRoutes.get('/api/v1/dl/snapsave', authenticateApiKey, apiLimiter, async (re
|
|
1312 |
* description: API key for authentication
|
1313 |
* schema:
|
1314 |
* type: string
|
|
|
1315 |
* responses:
|
1316 |
* 200:
|
1317 |
* description: Success
|
@@ -1387,6 +1401,7 @@ AllDlRoutes.get('/api/v1/dl/savefrom', authenticateApiKey, apiLimiter, async (re
|
|
1387 |
* description: API key for authentication
|
1388 |
* schema:
|
1389 |
* type: string
|
|
|
1390 |
* responses:
|
1391 |
* 200:
|
1392 |
* description: Success
|
@@ -1443,4 +1458,4 @@ AllDlRoutes.get('/api/v1/dl/xnxx', authenticateApiKey, apiLimiter, async (req, r
|
|
1443 |
}
|
1444 |
});
|
1445 |
|
1446 |
-
export { AllDlRoutes };
|
|
|
247 |
* description: API key for authentication
|
248 |
* schema:
|
249 |
* type: string
|
250 |
+
* example: "lu api key di @aknuserbot telegram"
|
251 |
* responses:
|
252 |
* 200:
|
253 |
* description: Success
|
|
|
292 |
* description: API key for authentication
|
293 |
* schema:
|
294 |
* type: string
|
295 |
+
* example: "lu api key di @aknuserbot telegram"
|
296 |
* responses:
|
297 |
* 200:
|
298 |
* description: Success
|
|
|
336 |
* description: API key for authentication
|
337 |
* schema:
|
338 |
* type: string
|
339 |
+
* example: "lu api key di @aknuserbot telegram"
|
340 |
* responses:
|
341 |
* 200:
|
342 |
* description: Success
|
|
|
412 |
* description: API key for authentication
|
413 |
* schema:
|
414 |
* type: string
|
415 |
+
* example: "lu api key di @aknuserbot telegram"
|
416 |
* responses:
|
417 |
* 200:
|
418 |
* description: Success
|
|
|
489 |
* description: API key for authentication
|
490 |
* schema:
|
491 |
* type: string
|
492 |
+
* example: "lu api key di @aknuserbot telegram"
|
493 |
* responses:
|
494 |
* 200:
|
495 |
* description: Success
|
|
|
703 |
* description: API key for authentication
|
704 |
* schema:
|
705 |
* type: string
|
706 |
+
* example: "lu api key di @aknuserbot telegram"
|
707 |
* responses:
|
708 |
* 200:
|
709 |
* description: Success
|
|
|
780 |
* description: API key for authentication
|
781 |
* schema:
|
782 |
* type: string
|
783 |
+
* example: "lu api key di @aknuserbot telegram"
|
784 |
* responses:
|
785 |
* 200:
|
786 |
* description: Success
|
|
|
856 |
* description: API key for authentication
|
857 |
* schema:
|
858 |
* type: string
|
859 |
+
* example: "lu api key di @aknuserbot telegram"
|
860 |
* responses:
|
861 |
* 200:
|
862 |
* description: Success
|
|
|
932 |
* description: API key for authentication
|
933 |
* schema:
|
934 |
* type: string
|
935 |
+
* example: "lu api key di @aknuserbot telegram"
|
936 |
* responses:
|
937 |
* 200:
|
938 |
* description: Success
|
|
|
1008 |
* description: API key for authentication
|
1009 |
* schema:
|
1010 |
* type: string
|
1011 |
+
* example: "lu api key di @aknuserbot telegram"
|
1012 |
* responses:
|
1013 |
* 200:
|
1014 |
* description: Success
|
|
|
1084 |
* description: API key for authentication
|
1085 |
* schema:
|
1086 |
* type: string
|
1087 |
+
* example: "lu api key di @aknuserbot telegram"
|
1088 |
* responses:
|
1089 |
* 200:
|
1090 |
* description: Success
|
|
|
1164 |
* description: API key for authentication
|
1165 |
* schema:
|
1166 |
* type: string
|
1167 |
+
* example: "lu api key di @aknuserbot telegram"
|
1168 |
* responses:
|
1169 |
* 200:
|
1170 |
* description: Success
|
|
|
1248 |
* description: API key for authentication
|
1249 |
* schema:
|
1250 |
* type: string
|
1251 |
+
* example: "lu api key di @aknuserbot telegram"
|
1252 |
* responses:
|
1253 |
* 200:
|
1254 |
* description: Success
|
|
|
1325 |
* description: API key for authentication
|
1326 |
* schema:
|
1327 |
* type: string
|
1328 |
+
* example: "lu api key di @aknuserbot telegram"
|
1329 |
* responses:
|
1330 |
* 200:
|
1331 |
* description: Success
|
|
|
1401 |
* description: API key for authentication
|
1402 |
* schema:
|
1403 |
* type: string
|
1404 |
+
* example: "lu api key di @aknuserbot telegram"
|
1405 |
* responses:
|
1406 |
* 200:
|
1407 |
* description: Success
|
|
|
1458 |
}
|
1459 |
});
|
1460 |
|
1461 |
+
export { AllDlRoutes };
|