UNPKG

rsshub

Version:
8 lines (5 loc) 230 B
const { getPage, normalizeKeyword } = require('./util'); module.exports = async (ctx) => { const { type } = ctx.params; ctx.state.data = await getPage(`https://tits-guru.com/category/${normalizeKeyword(type)}/date`); };