Associate MWFeedItem objects with MWFeedInfo objects
n00neimp0rtant opened this issue · 2 comments
As far as I can tell, there's no way to know which feed any given item came from. This seems like a significant issue for any apps that aim to aggregate more than one feed simultaneously. I would suggest adding a MWFeedInfo *feedInfo
property to MWFeedItem objects.
+1
On Mon, Jun 16, 2014 at 4:40 PM, Scott notifications@github.com wrote:
As far as I can tell, there's no way to know which feed any given item
came from. This seems like a significant issue for any apps that aim to
aggregate more than one feed simultaneously. I would suggest adding a MWFeedInfo
*feedInfo property to MWFeedItem objects.—
Reply to this email directly or view it on GitHub
#92.
The delegate methods that return the MWFeedInfo
objects also provide the MWFeedParser
object that it was processed with — so that will allow you to associate them. Thanks for the recommendation though. I'll take it into consideration.