3
1
Back

Ideas Feed of " /arrasta" 2bb058d5715f395d3571ea05d3008566787a2bdb elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get blog entry $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as $entry){ $article['content'] .= "
Alt: " . $article['id']; } return $article; } Some comics supported elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { // Poorly Drawn Lines // Berkeley Mews elseif (strpos($article["link"], "manicpixienightmaregirls.com/") !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler.

New Pull Request