3
1
Back

$this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); // Berkeley Mews elseif (strpos($article["link"], "berkeleymews.com/") !== FALSE && // SatW // SatW elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { // SBMC elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { // Two Lumps elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='comic']", $article); //also get the blog //also get blog entry $article['content'] .= "

" . $entry->textContent . "

"; } } // Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { // SBMC elseif (strpos($article["link"], "berkeleymews.com/") !== FALSE ) { $img_tag = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } elseif (strpos($article["link"], "chainsawsuit.com/comic/") !== FALSE .

New Pull Request