fix:北京林业大学教务处 (#4792)
This commit is contained in:
parent
52895a5db1
commit
9cc4217237
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue