3
1
Back

Strpos($article["title"], "Comic:") !== FALSE) { // Girls with Slingshots elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { // Penny Arcade if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } // } // Joy of Tech elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { //also get blog $entries = $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { $img = preg_replace("@height=\"\d+\"@", "", $img); $img.

New Pull Request