3
1
Back

(strpos($article["link"], "berkeleymews.com/") !== FALSE && // Cyanide & Happiness elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { // Awkward Zombie elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/noscript/img", $article); } // Breaking Cat News.

New Pull Request