3
1
Back

- not a comic, just a borked RSS feed elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { // Something Positive elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { // Eat That Toast bog-standard example // Breaking Cat News elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } // Poly In Pictures } // Breaking Cat News elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'ENG_')]", $article); } achewood, gwss fix, fix for when invisiblebread has no bread $article['content'] = $matches[1]; $img .

New Pull Request