3
1
Back

1e6cc98f413992554cb33b458eea58dbb7544fc2 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Assorted updates Assorted updates elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { // Dilbert elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // SBMC elseif (strpos($article["link"], "chainsawsuit.com/comic/") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); // The Trenches // The Oatmeal $entries = $xpath->query("//div[@id='blarg']/div[last()]"); foreach ($entries as.

New Pull Request