mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-26 09:33:25 +01:00
Add 'json' as possible-feed match string.
This commit is contained in:
parent
4ddf886012
commit
50f4e46913
@ -9,7 +9,7 @@
|
||||
import Foundation
|
||||
import RSParser
|
||||
|
||||
private let feedURLWordsToMatch = ["feed", "xml", "rss", "atom"]
|
||||
private let feedURLWordsToMatch = ["feed", "xml", "rss", "atom", "json"]
|
||||
|
||||
class HTMLFeedFinder {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user