Added all bugfixes from current state of RSParser. Except HTML entities are still decoded for title, abstract and body.

This commit is contained in:
relikd
2019-01-12 23:28:48 +01:00
parent 2732573003
commit ca9452bc18
5 changed files with 27 additions and 26 deletions

View File

@@ -26,7 +26,7 @@
@interface NSString (RSXML)
- (NSString *)rs_stringByDecodingHTMLEntities;
- (NSString *)rsxml_stringByDecodingHTMLEntities;
- (nonnull NSString *)rsxml_md5HashString;
- (nullable NSString *)absoluteURLWithBase:(nonnull NSURL *)baseURL;