mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-24 23:12:34 +08:00
fix: xjtu dean url (#4086)
This commit is contained in:
@@ -56,7 +56,7 @@ module.exports = async (ctx) => {
|
||||
const $ = cheerio.load(item);
|
||||
|
||||
const title = $('a');
|
||||
const link = new URL(title.attr('href'), base);
|
||||
const link = new URL(title.attr('href'), base).href;
|
||||
|
||||
const cache = await ctx.cache.get(link);
|
||||
if (cache) {
|
||||
|
||||
Reference in New Issue
Block a user