3
1
Back

{ $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // Timothy Winchester (People I Know) // Timothy Winchester (People I Know elseif (strpos($article['link'], 'twolumps.net/d/') !== 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.

New Pull Request