mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
[PikabuBridge] Remove html elements from feed item author (#3122)
This commit is contained in:
parent
23f8c81646
commit
8779c09e89
@ -147,7 +147,7 @@ class PikabuBridge extends BridgeAbstract
|
||||
|
||||
$item = [];
|
||||
$item['categories'] = $categories;
|
||||
$item['author'] = $post->find('.user__nick', 0)->innertext;
|
||||
$item['author'] = trim($post->find('.user__nick', 0)->plaintext);
|
||||
$item['title'] = $title;
|
||||
$item['content'] = strip_tags(
|
||||
backgroundToImg($post->find('.story__content-inner', 0)->innertext),
|
||||
|
Loading…
Reference in New Issue
Block a user