3
1
Back

--------------------- // Degree of detail in the post that we want $url_xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); } Various updates, additions Updated LICD, alter alt-textify to handle both title and alt tags if both exist elseif (strpos($article['link'], 'http://www.geekculture.com/joyoftech/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//img[@id="main-comic"])', $article); } // Breaking Cat News // Breaking Cat News elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { if (preg_match("@.*(

New Pull Request