3
1
Back

Receipt of the Stick elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Two Lumps elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { $article['content'] .= "
Alt: " . $article['id']; } return $article; } /* replace '//' or '/./' or '/foo/../' with '/' */ $re = array('#(/\.?/)#', .

New Pull Request