fix(route): vol地址变更 (#7251)

Co-authored-by: Andrew Kyrie <lbwstco@163.com>
This commit is contained in:
lbwstco 2021-03-24 14:52:31 +08:00 committed by GitHub
parent b276515882
commit 9c625e9dd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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