3
1
Back

Get_xpath_dealie($link){ list($html, $content_type) = $this->get_content($link); $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article); } Added The Trenches; yet more code style tweaking Added The Trenches; yet more code style tweaking Gunnerkrigg and cleanup of alt-tag-only.

New Pull Request