3
1
Back

= holes-holes%2;//mountHoles ought to be fixed elsewhere elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $matches[1]; // Least I Could Do (wtf image size? Elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace("@@", '', $article['content']); } // Dead Philosophers Added BCN, Something Positive elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $article['content'] = preg_replace("@@", '', $article['content']); } // Drugs and Wires elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $article['content'] .

New Pull Request