Add mactories.net to the JSON special case list with titles.
This commit is contained in:
parent
127dd24016
commit
6342eaeb00
|
@ -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.
|
// 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 lowerFeedURL = feedURL.lowercased()
|
||||||
let matchStrings = ["kottke.org", "pxlnv.com"]
|
let matchStrings = ["kottke.org", "pxlnv.com", "macstories.net"]
|
||||||
for matchString in matchStrings {
|
for matchString in matchStrings {
|
||||||
if lowerFeedURL.contains(matchString) {
|
if lowerFeedURL.contains(matchString) {
|
||||||
return true
|
return true
|
||||||
|
|
Loading…
Reference in New Issue