mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-22 05:10:23 +08:00
fix: cuit link (#2414)
This commit is contained in:
@@ -2,7 +2,7 @@ const got = require('@/utils/got');
|
||||
const cheerio = require('cheerio');
|
||||
const url = require('url');
|
||||
|
||||
const host = 'http://www.cuit.edu.cn/';
|
||||
const host = 'https://www.cuit.edu.cn/';
|
||||
|
||||
module.exports = async (ctx) => {
|
||||
const type = ctx.params.type || '1';
|
||||
|
||||
Reference in New Issue
Block a user