fix(route): vol地址变更 (#7251)
Co-authored-by: Andrew Kyrie <lbwstco@163.com>
This commit is contained in:
parent
b276515882
commit
9c625e9dd1
|
|
@ -14,7 +14,7 @@ module.exports = async (ctx) => {
|
|||
mode = 'all';
|
||||
title = 'Vol.moe';
|
||||
}
|
||||
const link = `http://vol.moe/list/all,all,${mode},lastupdate,all,all,none/`;
|
||||
const link = `https://vol.moe/l/all,all,${mode},lastupdate,all,all,none/`;
|
||||
const listData = await got.get(link);
|
||||
const $list = cheerio.load(listData.data);
|
||||
const items = $list('.listbg td')
|
||||
|
|
|
|||
Loading…
Reference in New Issue