mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-01-18 06:38:19 +01:00
Ignore summary posts generated by facebook (#467)
This commit is contained in:
parent
aa0a84bc26
commit
3109694b1c
@ -150,6 +150,8 @@ class FacebookBridge extends BridgeAbstract{
|
||||
$this->authorName = $author;
|
||||
|
||||
foreach($element->children() as $post) {
|
||||
// Ignore summary posts
|
||||
if ( strpos($post->class, '_3xaf') !== false ) continue;
|
||||
|
||||
$item = array();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user