mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-18 08:09:56 +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['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…
Add table
Reference in a new issue