3
1
Back

//doesn't get simpler than this foreach ($imgs as $img) { $article['content'] .= "$orig_content"; // Awkward Zombie elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); } // Poly In Pictures // Poly In Pictures } // Camp Weedonwantcha elseif (strpos($article['link'], 'cad-comic.com/comic/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($html); $xpath.

New Pull Request