3
1
Back

$this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'png')]", $article); } // Poly In Pictures // Poly In Pictures elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath.

New Pull Request