diff --git a/bridges/NumeramaBridge.php b/bridges/NumeramaBridge.php index 6df7b553..4099178e 100644 --- a/bridges/NumeramaBridge.php +++ b/bridges/NumeramaBridge.php @@ -21,7 +21,7 @@ class NumeramaBridge extends BridgeAbstract{ function NumeramaExtractContent($url) { - $html2 = $this->file_get_html($url); + $html2 = file_get_html($url); $text = $html2->find('section[class=related-article]', 0)->innertext = ''; // remove related articles block $text = ''; // add post picture $text = $text.$html2->find('article[class=post-content]', 0)->innertext; // extract the post