diff --git a/index.js b/index.js index 5a0458c..fa3884d 100644 --- a/index.js +++ b/index.js @@ -181,6 +181,7 @@ FeedRead.rss = function(xml, source, callback) { , author: child_data(art, "author") || child_data(art, "dc:creator") , link: child_data(art, "link") + , guid: child_data(art, "guid") , feed: meta }; if (obj.published) obj.published = new Date(obj.published);