[Facebook] Select page content one level further down

This fixes loading issues where feeds appeared empty.
This commit is contained in:
logmanoriginal 2016-03-31 11:33:38 +02:00
parent d2d0f94e18
commit e62c6af62e

View file

@ -146,7 +146,7 @@ class FacebookBridge extends BridgeAbstract{
}
//No captcha? We can carry on retrieving page contents :)
$element = $html->find('[id^=PagePostsSectionPagelet-]')[0]->children(0)->children(0);
$element = $html->find('[id^=PagePostsSectionPagelet-]')[0]->children(0)->children(0)->children(0);
if(isset($element)) {