mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-24 23:37:18 +00:00
parent
91f91ba621
commit
38e832daae
@ -85,7 +85,7 @@ class GolemBridge extends FeedExpander
|
|||||||
|
|
||||||
$author = $articlePage->find('article header .authors .authors__name', 0);
|
$author = $articlePage->find('article header .authors .authors__name', 0);
|
||||||
if ($author) {
|
if ($author) {
|
||||||
$item['author'] = $author->innertext;
|
$item['author'] = $author->plaintext;
|
||||||
}
|
}
|
||||||
|
|
||||||
$item['content'] .= $this->extractContent($articlePage);
|
$item['content'] .= $this->extractContent($articlePage);
|
||||||
|
Loading…
Reference in New Issue
Block a user