3
1
Back

0.07874" d="M 2.992121,8.8582675 H 2.913381" It's really just a borked RSS feed elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { // Two Lumps // Breaking Cat News // Something Positive elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $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 Added The Trenches; yet more code style tweaking elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // @todo Calculate the convexity values.

New Pull Request