[GolemBridge] Remove link from author (#3248)

Fixes #3224.
This commit is contained in:
Mynacol 2023-02-08 19:44:01 +01:00 committed by GitHub
parent 91f91ba621
commit 38e832daae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ class GolemBridge extends FeedExpander
$author = $articlePage->find('article header .authors .authors__name', 0);
if ($author) {
$item['author'] = $author->innertext;
$item['author'] = $author->plaintext;
}
$item['content'] .= $this->extractContent($articlePage);