mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
parent
91f91ba621
commit
38e832daae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue