3
1
Back

Three Panel Soul // Two Lumps elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { // only keep everything starting at the first if(preg_match("@.*(get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'Strip')]", $article); // Girls with Slingshots elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { // Something Positive if (!$alt_text){ Added BCN, Something Positive elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } Added The Trenches; yet more code style tweaking // The Trenches // The Oatmeal elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { //no-op else.

New Pull Request