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