mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-07 13:39:35 +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;
|
let author = "哔哩哔哩番剧"
|
||||||
if (!item.desc.user_profile) {
|
if (item.desc.user_profile) {
|
||||||
author = "哔哩哔哩番剧";
|
author = item.desc.user_profile.info.uname;}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user