mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-09-19 09:52:21 +08:00
fix:北京林业大学教务处 (#4792)
This commit is contained in:
@@ -40,7 +40,7 @@ const ProcessFeed = async (base, list, caches) =>
|
||||
|
||||
const $title = $('a');
|
||||
// 还原相对链接为绝对链接
|
||||
const itemUrl = new URL($title.attr('href'), base); // 感谢@hoilc指导
|
||||
const itemUrl = new URL($title.attr('href'), base).href; // 感谢@hoilc指导
|
||||
|
||||
// 列表上提取到的信息
|
||||
const single = {
|
||||
|
||||
Reference in New Issue
Block a user