3
1
Back

(strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { // not a comic, just a borked RSS feed elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { // Something Positive elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } // Invisible.

New Pull Request