3
1
Back

$this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); // Berkeley Mews elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { elseif (strpos($article['link'], 'breakingcatnews.com/comic/') !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'png')]", $article); } /* dirty absolute URL is ready! */ Assorted updates More SR1 notation

New Pull Request