3
1
Back

We've been using From 68726f9fe082df8f029089edeb63d89037321450 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Added BCN, Something Positive if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $article['content'] = $matches[1]; $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']//img", $article); } // Something Positive } if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { // Something Positive elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Scenes From A Multiverse (to get alt tag elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) .

New Pull Request