Add mactories.net to the JSON special case list with titles.

This commit is contained in:
Brent Simmons 2018-02-19 21:23:58 -08:00
parent 127dd24016
commit 6342eaeb00
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ private extension JSONFeedParser {
// If we find more feeds like this, well add them here. If these feeds get fixed, well remove them. // If we find more feeds like this, well add them here. If these feeds get fixed, well 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