1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 14:20:16 +02:00

Ignore summary posts generated by facebook (#467)

This commit is contained in:
Pellaeon Lin
2017-02-03 00:13:26 +08:00
committed by Teromene
parent aa0a84bc26
commit 3109694b1c

View File

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