Hotfix: Remove unnecessary anime1 search results (#1139)
去除一些多餘的搜尋結果 
This commit is contained in:
parent
7dd69f7ffa
commit
2830ecec06
|
|
@ -11,7 +11,7 @@ module.exports = async (ctx) => {
|
|||
title,
|
||||
link: `https://anime1.me/?s=${keyword}`,
|
||||
description: title,
|
||||
item: $('article')
|
||||
item: $('article:has(.cat-links)')
|
||||
.toArray()
|
||||
.map((art) => {
|
||||
const $el = $(art);
|
||||
|
|
|
|||
Loading…
Reference in New Issue