3
1
Back

{ if(indentations_sphere == true } } // Something Positive elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // Drugs and Wires elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { // Alice Grove (get bigger image) elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { // Eat That Toast bog-standard example elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get blog $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry) .

New Pull Request