diff --git a/lib/routes/douban/people/status.js b/lib/routes/douban/people/status.js index 88971be86..0378b32df 100644 --- a/lib/routes/douban/people/status.js +++ b/lib/routes/douban/people/status.js @@ -433,7 +433,7 @@ async function getFullTextItems(ctx, items) { cache = await ctx.cache.get(url); if (cache) { item.status.reshared_status.text = cache; - } else { + } else if (tryFixStatus(item.status.reshared_status).isFixSuccess) { const { data: { text }, } = await got({ url, headers });