fix: krankenkassen dpa news title (#4250)

This commit is contained in:
Cloud 2020-03-17 12:11:52 +08:00 committed by GitHub
parent a97c6b6667
commit 13430f0abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ module.exports = async (ctx) => {
const result = {
pubDate,
description,
title: $('title').text(),
title: $('.titel').text(),
link: subLink,
};
ctx.cache.set(cacheKey, JSON.stringify(result));