1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-19 14:52:13 +02:00

[bridges] fix typo in getSimpleHTMLDOM call

Signed-off-by: Pierre Mazière <pierre.maziere@gmx.com>
This commit is contained in:
Pierre Mazière
2016-08-21 19:48:23 +02:00
parent 181be164e0
commit 8e32142ce5
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class NextInpactBridge extends BridgeAbstract {
}
private function ExtractContent($url) {
$html2 = $this->getSimpleHTLDOM($url);
$html2 = $this->getSimpleHTMLDOM($url);
$text = '<p><em>'.$html2->find('span.sub_title', 0)->innertext.'</em></p>'
.'<p><img src="'.$html2->find('div.container_main_image_article', 0)->find('img.dedicated',0)->src.'" alt="-" /></p>'
.'<div>'.$html2->find('div[itemprop=articleBody]', 0)->innertext.'</div>';