Skip to content

Commit

Permalink
Update igdl_img_mzk.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manhkhac authored Jan 12, 2022
1 parent a63fb63 commit 0159a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules_new_2022/igdl_img_mzk.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports.run = async function({
const g = t.join(" ").trim(),
{
data: c
} = await n.get(`https://manhict.tech//v1/igdl/video?link=${g}`);
} = await n.get(`https://manhict.tech/v1/igdl/img?link=${g}`);
c.pop();
for (var u = 0, d = [], h = 0; h < c.length; h++) {
let e = __dirname + `/cache/${u+=1}.jpg`,
Expand Down

0 comments on commit 0159a95

Please sign in to comment.