3
1
Back

PORTAL.png' bfe3829b0b Wondermark fix; added Oatmeal initial $article['content'] = $this->get_img_tags($xpath, "//div[@id='comicbody']//img", $article); } // Dilbert // Dilbert // Dilbert elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach ($imgs as $img) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } // Joy of Tech } // Two Lumps elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); } Some comics supported if (strpos($article["link"], "penny-arcade.com") !== FALSE && Various updates, additions elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { // Two Lumps // Two Lumps.

New Pull Request