Update plugins/alldownloader.js
Browse files- plugins/alldownloader.js +1 -1
plugins/alldownloader.js
CHANGED
@@ -83,7 +83,7 @@ async function downloadMedia(media) {
|
|
83 |
* 500:
|
84 |
* description: Internal Server Error
|
85 |
*/
|
86 |
-
AllDlRoutes.get('/api/v1/dl/
|
87 |
try {
|
88 |
const q = req.query.url;
|
89 |
|
|
|
83 |
* 500:
|
84 |
* description: Internal Server Error
|
85 |
*/
|
86 |
+
AllDlRoutes.get('/api/v1/dl/instagram-v2', authenticateApiKey, apiLimiter, async (req, res) => {
|
87 |
try {
|
88 |
const q = req.query.url;
|
89 |
|