3
1
Back

Version to see why d952ec97f3d5e1172c33dcefe438ee5d18f8d87d Start of LM13700 version to see why 2bb058d5715f395d3571ea05d3008566787a2bdb elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/noscript/img", $article); } // Dinosaur Comics Cleanup elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Timothy Winchester (People I Know) elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { // not a jellybean, so $3/ea for sketchy NOS on amazon ** CA3080 design is ancient.

New Pull Request