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