Hotfix nytimes morningpost description (#1992)

This commit is contained in:
凉凉 2019-04-26 10:41:44 +08:00 committed by DIYgod
parent c9b6b252ff
commit 2e2d8759a4
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module.exports = async (ctx) => {
const description = await ctx.cache.tryGet(`nyt: ${link}`, async () => {
const response = await axios.get(link);
return utils.ProcessFeed(response.data);
return utils.ProcessFeed(response.data).description;
});
item.description = description;