fix: douban guid

This commit is contained in:
DIYgod 2021-11-19 22:11:38 +00:00
parent 53f6347189
commit a43b67bc1f
No known key found for this signature in database
GPG Key ID: D159328F47A80DCA
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ module.exports = async (ctx) => {
const r = getContentByActivity(ctx, item);
return {
title: r.title,
link: item.status.sharing_url,
link: item.status.sharing_url.replace(/\?_i=(.*)/, ''),
pubDate: new Date(Date.parse(item.status.create_time + ' GMT+0800')).toUTCString(),
description: r.description,
};