Skip to content

Commit

Permalink
Update downloader-instagram.js
Browse files Browse the repository at this point in the history
  • Loading branch information
darlyn1234 authored Jan 27, 2025
1 parent 5618442 commit 38c7939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/downloader-instagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const handler = async (m, { conn, args, command, usedPrefix }) => {
}
}
} catch (err) {
const res = await axios.get("https://deliriusapi-official.vercel.app/download/instagram", { params: { url: args[0] }});
const res = await axios.get(global.BASE_API_DELIRIUS + "/download/instagram", { params: { url: args[0] }});
const result = res.data.data;
for (let i = 0; i < result.length; i++) {
const item = result[i];
Expand Down

0 comments on commit 38c7939

Please sign in to comment.