mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Switch to new Parser.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// Copyright © 2020 Ranchero Software. All rights reserved.
|
||||
//
|
||||
|
||||
import RSParser
|
||||
import Parser
|
||||
|
||||
#if canImport(AppKit)
|
||||
import AppKit
|
||||
@@ -310,6 +310,6 @@ private struct CountedSet<Element> where Element: Hashable {
|
||||
private extension String {
|
||||
var decodedEntity: String {
|
||||
// It's possible the implementation will change, but for now it just calls this.
|
||||
(self as NSString).rsparser_stringByDecodingHTMLEntities() as String
|
||||
HTMLEntityDecoder.decodedString(self)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user