forked from blallo/rss-bridge
[Facebook] Select page content one level further down
This fixes loading issues where feeds appeared empty.
This commit is contained in:
parent
d2d0f94e18
commit
e62c6af62e
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
||||
|
|
Loading…
Reference in a new issue