fix: douban guid
This commit is contained in:
parent
53f6347189
commit
a43b67bc1f
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue