3
1
Back

I still have some uncertainty about what the MSDs are playing at the first if(preg_match("@.*()@", $article['content'], $matches)){ $img = $matches[1]; $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $aftercomic = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); // $article['content'] = preg_replace("@@", '', $article['content']); } // Chainsawsuit // Poorly Drawn Lines elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { // CTRL+ALT+DEL Sillies // Two Lumps elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') .

New Pull Request