Skip to content

Commit

Permalink
fix(hket): select main listing container (DIYgod#17954)
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyRL authored Dec 20, 2024
1 parent efb663a commit 43a505f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/hket/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async function handler(ctx) {

const $ = cheerio.load(response);

const list = $('div.listing-title > a')
const list = $('.main-listing-container div.listing-title > a')
.toArray()
.map((item) => {
item = $(item);
Expand Down

0 comments on commit 43a505f

Please sign in to comment.