3
1
Back

{ $aftercomic = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); } // Three Panel Soul // Three Panel Soul elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { // Two Lumps elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); elseif (strpos($article["link"], "sorcery101.net/the-city-between/thebettertofindyouwith") !== FALSE) { // Dilbert elseif.

New Pull Request