mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add mactories.net to the JSON special case list with titles.
This commit is contained in:
@@ -171,7 +171,7 @@ private extension JSONFeedParser {
|
||||
// If we find more feeds like this, we’ll add them here. If these feeds get fixed, we’ll remove them.
|
||||
|
||||
let lowerFeedURL = feedURL.lowercased()
|
||||
let matchStrings = ["kottke.org", "pxlnv.com"]
|
||||
let matchStrings = ["kottke.org", "pxlnv.com", "macstories.net"]
|
||||
for matchString in matchStrings {
|
||||
if lowerFeedURL.contains(matchString) {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user