Fixing Bugs & Adding subtitle to feeds

This commit is contained in:
relikd
2018-08-19 23:30:48 +02:00
parent 5ebeab17d2
commit 09794c92f7
6 changed files with 35 additions and 2 deletions

4
RSXML/RSParsedArticle.m Normal file → Executable file
View File

@@ -97,5 +97,9 @@
(void)self.articleID;
}
- (NSString*)description {
return [NSString stringWithFormat:@"{%@ '%@', guid: %@}", [self class], self.title, self.guid];
}
@end