3
1
Back

53c46eece1 Still trying to implement chaining 1aa48a179a Add splits and labels to get what game it's about //and sometimes necessary for old fogeys like me to get what game it's about $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); $xpath = $this->get_xpath_dealie($article['link']); } elseif ($alt_text == $article['title'] || strpos($article['title'], $alt_text) !== False) { if ($rel[0]=='#' || $rel[0]=='?') { return $this->mangle_article($article); } function mangle_article($article) { // Poly In Pictures elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $img_tag.

New Pull Request