3
1
Back

(strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $article['content'] .= "
$orig_content
"; } // Dead Philosophers elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // Questionable Content (cleanup elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) .

New Pull Request