[PikabuBridge] Do not strip strikethrough tags in body content

This commit is contained in:
Eugene Molotov 2021-07-24 00:30:52 +05:00
parent 0ee549f468
commit 716f5ddc0e
1 changed files with 1 additions and 1 deletions

View File

@ -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'));