fix: krankenkassen dpa news title (#4250)
This commit is contained in:
parent
a97c6b6667
commit
13430f0abc
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Reference in New Issue