3
1
Back

Lines elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } // Three Panel Soul $xpath = new DOMDocument(); elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { // Camp Weedonwantcha elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { // Two Lumps elseif (strpos($article['link'], 'gunnerkrigg.com/?p') !== FALSE) { // Dilbert elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { if (strpos($article["content"], "bonus panel!") .

New Pull Request