mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-22 09:35:28 +03:00
[bridges] fix typo in getSimpleHTMLDOM call
Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
parent
84238a998d
commit
5e52f4d3e6
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class PlanetLibreBridge extends BridgeAbstract{
|
|||
}
|
||||
|
||||
private function PlanetLibreExtractContent($url){
|
||||
$html2 = $this->geSimpleHTMLDOM($url);
|
||||
$html2 = $this->getSimpleHTMLDOM($url);
|
||||
$text = $html2->find('div[class="post-text"]', 0)->innertext;
|
||||
return $text;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue