Brent Simmons
|
6342eaeb00
|
Add mactories.net to the JSON special case list with titles.
|
2018-02-19 21:23:58 -08:00 |
|
Brent Simmons
|
0e2e0f7eea
|
Do a case-insensitive match when checking for special-case feed URLs.
|
2018-02-16 13:15:20 -08:00 |
|
Brent Simmons
|
891416e7b7
|
Add a special case to the JSON Feed parser for feeds that include HTML entities in their titles. At the moment this is used for kottke.org and pxlnv.com. More could be added later, and these feeds could be removed if fixed.
|
2018-02-16 13:13:00 -08:00 |
|
Brent Simmons
|
f8f78810ef
|
When detecting and parsing a potential JSON Feed, allow for the version URL to have the wrong scheme, as it does (at this writing) in https://pxlnv.com/feed/json/
Fix #347.
|
2018-02-14 20:56:02 -08:00 |
|
Daniel Jalkut
|
d7f13ca4be
|
Change from flatMap to new compactMap rename in Xcode 9.3.
|
2018-01-29 11:19:54 -05:00 |
|
Brent Simmons
|
de883ce082
|
Define string constants in JSONFeedParser rather than using literals all over the place. Also: remove a no-longer-needed do/try/catch.
|
2017-12-10 13:56:40 -08:00 |
|
Brent Simmons
|
cc3f77571b
|
Make JSONTypes public. Add JSONUtilities.
|
2017-12-10 13:53:00 -08:00 |
|
Brent Simmons
|
e4008b677f
|
Fix two typos in JSONFeedParser which kept the parser from getting the feed’s favicon and icon URLs. Also added a test for this.
|
2017-11-25 10:34:48 -08:00 |
|
Brent Simmons
|
ca081c41a9
|
Decode HTML entities in the JSON Feed parser for content_html. Fix #176.
|
2017-11-18 12:41:15 -08:00 |
|
Brent Simmons
|
2943fca8e3
|
Make ParsedAttachment require a URL.
|
2017-09-10 11:21:49 -07:00 |
|
Brent Simmons
|
9ad83e58b3
|
Make tags and attachments sets instead of arrays.
|
2017-09-10 11:18:15 -07:00 |
|
Brent Simmons
|
b1bd1ac75a
|
Use a Set<ParsedAuthor> instead of [ParsedAuthor] array.
|
2017-09-10 11:02:05 -07:00 |
|
Brent Simmons
|
9a45ab7996
|
Marked ParsedFeed.hubs a Set<ParsedHub>.
|
2017-09-10 10:53:24 -07:00 |
|
Brent Simmons
|
7415131e8d
|
Make ParsedFeed.items a Set<ParsedItem>. Fix some build errors in Database.framework.
|
2017-09-09 18:46:58 -07:00 |
|
Brent Simmons
|
fb121f8a8c
|
Make more progress on saving/updating articles.
|
2017-09-02 16:08:02 -07:00 |
|
Brent Simmons
|
944f05c71e
|
Commit major surgery but leave it unfinished. Everything is broken.
|
2017-07-01 17:22:19 -07:00 |
|
Brent Simmons
|
c32e1a3933
|
Fix bug finding channel element in RSS-in-JSON parser.
|
2017-06-26 19:51:01 -07:00 |
|
Brent Simmons
|
1ad4474b29
|
Make progress on getting RSParser.framework to build.
|
2017-06-25 14:06:01 -07:00 |
|
Brent Simmons
|
6f0e4a9da6
|
Start JSONFeed parser. No idea if it works yet.
|
2017-06-25 11:48:44 -07:00 |
|
Brent Simmons
|
aaa83e07aa
|
Extract some code into methods in the RSS-in-JSON parser.
|
2017-06-25 10:37:02 -07:00 |
|
Brent Simmons
|
8589c21091
|
Start RSS-in-JSON parser.
|
2017-06-25 10:23:30 -07:00 |
|