fix: expired SSL certificate of biquge (#8739)

This commit is contained in:
Jan White 2022-01-23 03:50:12 +08:00 committed by GitHub
parent 3c736f5beb
commit d65e83aeed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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