Skip to content

Commit 8fc6100

Browse files
committed
Update 精校古籍.js
1 parent cb80b04 commit 8fc6100

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

spider/js/独播库.js

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,3 @@
1-
/*
2-
@header({
3-
searchable: 1,
4-
filterable: 1,
5-
quickSearch: 0,
6-
title: '独播库',
7-
author: 'EylinSir',
8-
'类型': '影视',
9-
lang: 'ds'
10-
})
11-
*/
12-
131
var rule = {
142
类型: '影视',
153
author: 'EylinSir',
@@ -87,8 +75,8 @@ var rule = {
8775
},
8876

8977
搜索: async function() {
90-
let data = await this.get(`/vodsearch?wd=${encodeURIComponent(this.KEY)}`);
91-
let url = this.getSignedUrl('/vodsearch') + `&wd=${encodeURIComponent(this.KEY)}`;
78+
let data = await this.get(`/vodsearch?wd=${this.KEY}`);
79+
let url = this.getSignedUrl('/vodsearch') + `&wd=${this.KEY}`;
9280
let resp = await _fetch(url, { headers: this.headers });
9381
return setResult(this.format(JSON.parse(await resp.text())));
9482
},

0 commit comments

Comments
 (0)