3
1
Back

$this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'png')]", $article); } // $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Poly In Pictures elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='comic-wrap']", $article); //Sites that provide images and just need alt tags if (preg_match("@.*()@", $article['content'], $matches)) { if ($title_text == $article['title'] .

New Pull Request