diff --git a/bridges/FuturaSciencesBridge.php b/bridges/FuturaSciencesBridge.php index 97926bed..0aa394fa 100644 --- a/bridges/FuturaSciencesBridge.php +++ b/bridges/FuturaSciencesBridge.php @@ -90,7 +90,7 @@ class FuturaSciencesBridge extends FeedExpander $item = parent::parseItem($newsItem); $item['uri'] = str_replace('#xtor%3DRSS-8', '', $item['uri']); $article = getSimpleHTMLDOMCached($item['uri']); - $item['content'] = $this->extractArticleContent($article); + //$item['content'] = $this->extractArticleContent($article); $author = $this->extractAuthor($article); if (!empty($author)) { $item['author'] = $author;