3
1
Back

7 From 97a7a0b59762910e1238688f287f725f632d4e8f Mon Sep 17 00:00:00 2001 Subject: [PATCH] Assorted updates elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); // $img_tag = $this->get_img_tags($xpath, "//img[@class='comic']", $article); //also get the blog $article['content'] = $img_tag . $article['content']; } // Camp Weedonwantcha // Camp Weedonwantcha elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $xpath = $this->get_xpath_dealie($bread_page_url); $extraimage = $xpath->query("//img[@class='extrapanelimage']")->item(0); //also get blog.

New Pull Request