diff --git a/bridges/NumeramaBridge.php b/bridges/NumeramaBridge.php index a7aef4b..b5439dc 100644 --- a/bridges/NumeramaBridge.php +++ b/bridges/NumeramaBridge.php @@ -2,12 +2,12 @@ /** * RssBridgeNumerama * Returns the 5 newest posts from http://www.numerama.com (full text) -* 2014-05-25 * * @name Numerama * @homepage http://www.numerama.com/ * @description Returns the 5 newest posts from Numerama (full text) * @maintainer mitsukarenai +* @update 2015-10-12 */ class NumeramaBridge extends BridgeAbstract{ @@ -18,14 +18,17 @@ class NumeramaBridge extends BridgeAbstract{ $string = str_replace(']]>', '', $string); return $string; } - function NumeramaExtractContent($url) { - $html2 = file_get_html($url); - $text = $html2->find('h2.intro', 0)->innertext; - $text = $text.$html2->find('div.content', 0)->innertext; - $text = strip_tags($text, '