3
1
Back

So close to R26 -- D36/R47 too close elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { // Timothy Winchester (People I Know) elseif (strpos($article['link'], 'jesusandmo.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); // And get blog entry $entries = $xpath->query("//div[@id='signoff-wrapper']"); } //Sites that provide images and just need alt tags textified. Elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { // Two Lumps // Breaking Cat News $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry){ $article['content.

New Pull Request