Add 'json' as possible-feed match string.
This commit is contained in:
parent
4ddf886012
commit
50f4e46913
|
@ -9,7 +9,7 @@
|
||||||
import Foundation
|
import Foundation
|
||||||
import RSParser
|
import RSParser
|
||||||
|
|
||||||
private let feedURLWordsToMatch = ["feed", "xml", "rss", "atom"]
|
private let feedURLWordsToMatch = ["feed", "xml", "rss", "atom", "json"]
|
||||||
|
|
||||||
class HTMLFeedFinder {
|
class HTMLFeedFinder {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue