mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-06 17:49:40 +00:00
[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
@ -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 New Issue
Block a user