mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 17:45:40 +03:00
[FacebookBridge] Remove "Posts" from author name (#917)
This commit is contained in:
parent
0b2ede35cd
commit
bf91f106b4
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ EOD;
|
|||
|
||||
if(isset($element)) {
|
||||
|
||||
$author = str_replace(' | Facebook', '', $html->find('title#pageTitle', 0)->innertext);
|
||||
$author = str_replace(' - Posts | Facebook', '', $html->find('title#pageTitle', 0)->innertext);
|
||||
|
||||
$profilePic = $html->find('meta[property="og:image"]', 0)->content;
|
||||
|
||||
|
|
Loading…
Reference in a new issue