3
1
Back

Joy of Tech elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'comics')]", $article); } elseif (strpos($alt_text, $title_text) !== False) { if ($rel[0]=='#' || $rel[0]=='?') { return 2; } /* absolute URL */ $abs = "$host$path/$rel"; .

New Pull Request