3
1
Back

($bread) { $bread_page_url = $bread->getAttribute('href'); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } Clean up code formatting; added a few comics; standardized appending alt/title text function get_content($link) { $html = fetch_file_contents($link); $content_type = $fetch_last_content_type; return array( $html, $content_type ); } function hook_render_article_cdm($article) { return array(0.1, 'Yet more stupid-simple comic-fetching.', ' ' ); } function rel2abs($rel, $base) { Fix for component clearance, panel thickness from printer realities Fix for two bugs in Doghouse Diaries rss: spaces in img src and quotes in alt/title text under images (extra.

New Pull Request