3
1
Back

8.9566927" d="m 2.5787305,8.8582674 h -0.19685" d="m -3.5433111,11.318904 v 0.196852" d="m -3.4448861,11.41733 h -0.19685" d="M -5.3937043,2.4606366 V 2.6574871" d="m -4.3503976,2.5590618 h -0.19685" d="M -3.543312,5.0196934 V 5.2165449" d="m -3.444887,5.1181194 h -0.19685" d="M -3.5433071,7.381896 V 7.5787465" d="m -6.7913384,7.4803212 h -0.19685" d="M -6.8897672,9.54725 V 9.744101" d="m -3.4448859,9.645676 h -0.19685" d="m -6.8897674,12.893708 v 0.19685" d="m -3.4448861,12.992133 h -0.19685" d="m -3.5433111,11.318904 v 0.196852" d="m -6.7913424,11.41733 h -0.19685" d="m 2.9527508,8.8202247 v 0.07874" d="m -4.6850386,1.1811083 h -0.07874" d="m -0.59055042,2.521019 v 0.07874" d="M 2.992121,8.8582675 H 2.913381" It's really just a borked RSS feed elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']/img", $article); } // PhD Unknown elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under.

New Pull Request