mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-11 23:59:56 +08:00
Javbus Enhancement (#1482)
close #1475 本地测试没啥问题  
This commit is contained in:
@@ -3,5 +3,5 @@ const { getPage } = require('./util');
|
||||
module.exports = async (ctx) => {
|
||||
const { sid } = ctx.params;
|
||||
|
||||
ctx.state.data = await getPage(`https://www.javbus.com/star/${sid}`);
|
||||
ctx.state.data = await getPage(`https://www.javbus.com/star/${sid}`, ctx);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user