mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-01 14:57:14 +08:00
fix: fix pku bbs url error (#16753)
This commit is contained in:
@@ -44,7 +44,7 @@ async function handler() {
|
||||
const listItems = $('#list-content .list-item')
|
||||
.map(function () {
|
||||
return {
|
||||
url: new URL($(this).find('> a.link').attr('href'), r.url).href,
|
||||
url: new URL($(this).find('> a.link').attr('href'), 'https://bbs.pku.edu.cn/v2').href,
|
||||
title: $(this).find('.title').text(),
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user