Skip to content

Commit 43a505f

Browse files
authored
fix(hket): select main listing container (#17954)
1 parent efb663a commit 43a505f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/routes/hket/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ async function handler(ctx) {
133133

134134
const $ = cheerio.load(response);
135135

136-
const list = $('div.listing-title > a')
136+
const list = $('.main-listing-container div.listing-title > a')
137137
.toArray()
138138
.map((item) => {
139139
item = $(item);

0 commit comments

Comments
 (0)