3
1
Back

(if there are quotes) // Doghouse Diaries, which has broken alt tags elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'png')]", $article); $article['content'] = preg_replace("@@", '', $article['content']); } // Softer World (alt tags), Dinosaur Comics Cleanup elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $article['content'] = preg_replace("@@", '', $article['content']); } // Joy of Tech // Joy of Tech elseif (strpos($article['link.

New Pull Request