Labels Milestones
Back51a08380a9 Added The Trenches; yet more code style tweaking // The Trenches elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); // The Oatmeal $entries = $xpath->query("//div[@class='entry']"); if (preg_match("@.*(.*)@", $article['content'], $matches)) { $article['content'] .= "
" . $entry->ownerDocument->saveXML($entry) .
New Pull Request