3
1
Back

Whether this is the first if (preg_match("@.*()@", $article['content'], $matches)) { $img = $matches[1]; } } // Pain Train (to get alt tag elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'comics')]", $article); // $article['content.

New Pull Request