3
1
Back

// Eat That Toast elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE && // Cyanide & Happiness elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } // Gunnerkrigg Court elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { Fix for when invisible bread has no bread $article['content'] = $doc->saveHTML.

New Pull Request