Hotfix: Remove unnecessary anime1 search results (#1139)

去除一些多餘的搜尋結果
![image](https://user-images.githubusercontent.com/9370547/48421600-ce2e0300-e797-11e8-81ec-b50f11ebe89a.png)
This commit is contained in:
maple 2018-11-14 14:22:52 +08:00 committed by DIYgod
parent 7dd69f7ffa
commit 2830ecec06
1 changed files with 1 additions and 1 deletions

View File

@ -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);