mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 20:27:52 +08:00
fix: 瓦斯author链接更改 (#2358)
This commit is contained in:
@@ -3,7 +3,7 @@ const cheerio = require('cheerio');
|
||||
|
||||
module.exports = async (ctx) => {
|
||||
const { id } = ctx.params;
|
||||
const url = `https://wx.qnmlgb.tech/authors/${id}`;
|
||||
const url = `https://qnmlgb.tech/authors/${id}`;
|
||||
|
||||
const response = await got({
|
||||
method: 'get',
|
||||
|
||||
Reference in New Issue
Block a user