diff --git a/lib/feedparser/index.js b/lib/feedparser/index.js index 916356f..601ffad 100644 --- a/lib/feedparser/index.js +++ b/lib/feedparser/index.js @@ -805,6 +805,7 @@ FeedParser.prototype.handleItem = function handleItem (node, type, options){ break; case('content'): case('content:encoded'): + case('yandex:full-text'): item.description = _.get(el); break; case('pubdate'):