我正在使用MWFeedParser (可以在这里找到:https://github.com/mwaterfall/MWFeedParser)。我关注了他的示例应用程序,但它不包括附件。我正在找人来帮助我添加我的项目封闭。
发布于 2011-06-10 02:35:26
您可以使用MWFeedParser访问存储模块。我已经做到了。它们存储在item.enclosures中,其中item是MWFeedItem。
https://stackoverflow.com/questions/6297547
复制相似问题