fix(futurasciences): fix broken bridge (#3488)

This commit is contained in:
Dag 2023-07-04 23:34:24 +02:00 committed by GitHub
parent bf0d771367
commit cf920694d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;