fix:北京林业大学教务处 (#4792)

This commit is contained in:
markmingjie
2020-05-18 12:25:12 +08:00
committed by GitHub
parent 52895a5db1
commit 9cc4217237
+1 -1
View File
@@ -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 = {