Skip to content

Commit

Permalink
fix(route): filter out URL parameters (DIYgod#11608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fatpandac authored Jan 12, 2023
1 parent 83ed93b commit 315923d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/v2/iwara/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = async (ctx) => {
author: username,
link: rootUrl + $(item).find('h3.title > a').attr('href'),
description: `<img src="${imageUrl}">`,
guid: (rootUrl + $(item).find('h3.title > a').attr('href')).split('?')[0],
};
})
.get();
Expand Down

0 comments on commit 315923d

Please sign in to comment.