3
1
Back

If (preg_match("@.*?(.*)@", $article['content'], $matches)) { $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); // Scenes From A Multiverse (to get alt tags elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { // Two Lumps elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $article['content'] = $doc->saveXML(); } // Scenes From A Multiverse (to get alt tag elseif (strpos($article['link'], 'gunnerkrigg.com/?p.

New Pull Request