fix: expired SSL certificate of biquge (#8739)
This commit is contained in:
parent
3c736f5beb
commit
d65e83aeed
|
|
@ -3,7 +3,7 @@ const cheerio = require('cheerio');
|
|||
const iconv = require('iconv-lite');
|
||||
const asyncPool = require('tiny-async-pool');
|
||||
|
||||
const baseUrl = 'https://www.biquge5200.com/';
|
||||
const baseUrl = 'http://www.biquge5200.com/';
|
||||
// 获取小说的最新章节列表
|
||||
module.exports = async (ctx) => {
|
||||
const id = ctx.params.id; // 小说id
|
||||
|
|
|
|||
Loading…
Reference in New Issue