mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-25 01:01:21 +01:00
Fix article extractor base url
This commit is contained in:
parent
567d762ea4
commit
108226d17d
@ -27,11 +27,12 @@ struct ArticleRenderer {
|
||||
self.title = article?.title ?? ""
|
||||
if let content = extractedArticle?.content {
|
||||
self.body = content
|
||||
self.baseURL = extractedArticle?.url
|
||||
} else {
|
||||
self.body = article?.body ?? ""
|
||||
}
|
||||
self.baseURL = article?.baseURL?.absoluteString
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - API
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user