Continue progress on HTMLEntityDecoder.

This commit is contained in:
Brent Simmons
2024-09-15 21:51:48 -07:00
parent 26d0a19c8b
commit 6779ef94dd
2 changed files with 66 additions and 39 deletions

View File

@@ -178,7 +178,7 @@ private extension JSONFeedParser {
}
if isSpecialCaseTitleWithEntitiesFeed(feedURL) {
return (title as NSString).rsparser_stringByDecodingHTMLEntities()
return HTMLEntityDecoder.decodedString(title)
}
return title