3
1
Back

The thickest point, less at the first if(preg_match("@.*(get_img_tags($xpath, "//div[@class='comic-wrap']//img[@class='comic']", $article); elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } //Sites that provide images and just need alt tags if (preg_match("@.*()@", $article['content'], $matches)) { // Three Panel Soul elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $article['content'] = $matches[1]; $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } /* OotS uses some kind of referer check which prevents the browser from getting the image. // $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'Strip')]", $article); } // Chainsawsuit elseif (strpos($article["link"], "explosm.net/comics") !== FALSE.

New Pull Request