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

This commit is contained in:
markmingjie 2020-05-18 12:25:12 +08:00 committed by GitHub
parent 52895a5db1
commit 9cc4217237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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 = {