Skip to content

Commit bfb6a4e

Browse files
committed
v6.0.0
- Get title from non-standard feeds
1 parent 634ee32 commit bfb6a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/parseRssFeed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const transform = (item, includeFullContent, convertPubDateToISO) => {
2424
const published = convertPubDateToISO ? toISODateString(pubDate) : pubDate
2525

2626
const entry = {
27-
title,
27+
title: getText(title),
2828
link: getPureUrl(link),
2929
published,
3030
description: buildDescription(description)

0 commit comments

Comments
 (0)