diff --git a/bridges/ReporterreBridge.php b/bridges/ReporterreBridge.php index b0dfb30..1f5d021 100644 --- a/bridges/ReporterreBridge.php +++ b/bridges/ReporterreBridge.php @@ -2,59 +2,56 @@ class ReporterreBridge extends BridgeAbstract{ public function loadMetadatas() { - $this->maintainer = "nyutag"; $this->name = "Reporterre Bridge"; $this->uri = "http://www.reporterre.net/"; $this->description = "Returns the newest articles."; $this->update = "2016-08-04"; - } function ExtractContentReporterre($url) { $html2 = $this->file_get_html($url); + foreach($html2->find('div[style=text-align:justify]') as $e) { $text = $e->outertext; } + $html2->clear(); unset ($html2); // Replace all relative urls with absolute ones $text = preg_replace('/(href|src)(\=[\"\'])(?!http)([^"\']+)/ims', "$1$2" . $this->getURI() . "$3", $text); - - $text = strip_tags($text, '