3
1
Back

DOMXpath($doc); elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { // Penny Arcade if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get blog elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $article['content'] .

New Pull Request