1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-24 10:21:24 +02:00

[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

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