3
1
Back

Mo elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Gunnerkrigg and cleanup of alt-tag-only sites elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { //no-op function rel2abs($rel, $base) { function get_img_tags($xpath, $query, $article) { function about() { return $article; } if(ADD_IDS){ $article['content'] .

New Pull Request