mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-10 10:34:15 +02:00
[PikabuBridge] Do not strip strikethrough tags in body content
This commit is contained in:
@@ -140,7 +140,7 @@ class PikabuBridge extends BridgeAbstract {
|
||||
$item['title'] = $title;
|
||||
$item['content'] = strip_tags(
|
||||
backgroundToImg($post->find('.story__content-inner', 0)->innertext),
|
||||
'<br><p><img><a>
|
||||
'<br><p><img><a><s>
|
||||
');
|
||||
$item['uri'] = $title_element->href;
|
||||
$item['timestamp'] = strtotime($time->getAttribute('datetime'));
|
||||
|
Reference in New Issue
Block a user