3
1
Back

$xpath->query("//div[@id='comic-notes']"); foreach ($entries as $entry){ $orig_src = $entry->getAttribute('src'); $new_src = $this->rel2abs($orig_src, $article['link']); $entry->setAttribute('src', $new_src); $result_html .= "Alt: " . $article['id']; } return $article; } /* dirty absolute URL is ready! */ } function get_xpath_dealie($link){ list($html, $content_type) = $this->get_content($link); //Sites.

New Pull Request