NetNewsWire/Frameworks/RSParser/Utilities
Brent Simmons 3d72ba4b44 Add case for detecting <https://www.natashatherobot.com/feed/> as an RSS feed.
It’s missing the opening <rss> tag, but it has enough other distinct markers that we can detect it as RSS.

Add two tests to make sure it’s detected and that the parser handles it.
2017-12-07 20:05:58 -08:00
..
NSData+RSParser.h Make progress on getting RSParser.framework to build. 2017-06-25 14:06:01 -07:00
NSData+RSParser.m Add case for detecting <https://www.natashatherobot.com/feed/> as an RSS feed. 2017-12-07 20:05:58 -08:00
NSString+RSParser.h Decode HTML entities in the JSON Feed parser for content_html. Fix #176. 2017-11-18 12:41:15 -08:00
NSString+RSParser.m Fix builder errors, mostly in RSParser. 2017-10-04 13:28:48 -07:00
RSDateParser.h Make progress on getting RSParser.framework to build. 2017-06-25 14:06:01 -07:00
RSDateParser.m Fix typo. 2017-12-02 21:35:02 -08:00
RSParserInternal.h Make it build. Add a README. 2017-06-25 16:32:07 -07:00
RSParserInternal.m Fix builder errors, mostly in RSParser. 2017-10-04 13:28:48 -07:00