mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Finish first draft of AtomParser.
This commit is contained in:
@@ -203,6 +203,11 @@ private extension AtomParser {
|
||||
}
|
||||
|
||||
func addSummary(_ saxParser: SAXParser, _ article: RSSArticle) {
|
||||
|
||||
guard article.body == nil else {
|
||||
return
|
||||
}
|
||||
article.body = currentString(saxParser)
|
||||
}
|
||||
|
||||
func addLink(_ article: RSSArticle) {
|
||||
@@ -443,4 +448,3 @@ extension AtomParser: SAXParserDelegate {
|
||||
xhtmlString = s
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user