3
1
Back

& Mo elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { // Three Panel Soul elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Poorly Drawn Lines elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) { // Two Lumps elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Three Panel Soul // Three Panel Soul // Three Panel Soul elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) .

New Pull Request