mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 09:35:28 +03:00
[PikabuBridge] Do not strip strikethrough tags in body content
This commit is contained in:
parent
0ee549f468
commit
716f5ddc0e
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue