3
1
Back

(strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Drugs and Wires elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { // Timothy Winchester (People I Know elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $article['content'] .

New Pull Request