3
1
Back

"drawing": { More tweaks after pro review elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { // only keep everything starting at the first if(preg_match("@.*(get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Scenes From A Multiverse Least I Could Do (wtf image size?) elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { Clean up code formatting; added a few comics; standardized appending alt/title.

New Pull Request