mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Allow article extractor to be tried again after Mercury parser failure
This commit is contained in:
@@ -323,6 +323,11 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
||||
makeToolbarValidate()
|
||||
}
|
||||
|
||||
if articleExtractor?.state == .failedToParse {
|
||||
startArticleExtractorForCurrentLink()
|
||||
return
|
||||
}
|
||||
|
||||
guard articleExtractor?.state != .processing else {
|
||||
articleExtractor?.cancel()
|
||||
articleExtractor = nil
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user