3
1
Back

= $vgcats_url_node->getAttribute('href'); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); $article['content'] .= "
ID: " . $img->getAttribute('title') . ""; // only keep everything starting at the first if(preg_match("@.*()@", $article['content'], $matches)) { // replace.

New Pull Request