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