mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 05:36:08 +08:00
Update followings_dynamic.js
This commit is contained in:
@@ -116,10 +116,9 @@ module.exports = async (ctx) => {
|
||||
});
|
||||
}
|
||||
// 作者信息
|
||||
let author = item.desc.user_profile.info.uname;
|
||||
if (!item.desc.user_profile) {
|
||||
author = "哔哩哔哩番剧";
|
||||
}
|
||||
let author = "哔哩哔哩番剧"
|
||||
if (item.desc.user_profile) {
|
||||
author = item.desc.user_profile.info.uname;}
|
||||
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user