3
1
Back

//noop $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); // Girls with Slingshots elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { // Penny Arcade if(preg_match("@.*()@", $article['content'], $matches)){ // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { // Eat That Toast bog-standard example // Penny Arcade elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); .

New Pull Request