diff --git a/lib/routes/hket/index.ts b/lib/routes/hket/index.ts index a44641bfb9f9bf..83d80983e5e7ff 100644 --- a/lib/routes/hket/index.ts +++ b/lib/routes/hket/index.ts @@ -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);