3
1
Back

Prevents fetch_file_contents() from retrieving the image. // $article['content'] = $matches[1]; } } // Three Panel Soul elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $aftercomic = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } Some comics supported elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { // Two Lumps $orig_content = strip_tags($article['content']); // Awkward Zombie $orig_content = strip_tags($article['content']); $article['content'] .= "
$orig_content
"; } // Least I Could Do (wtf image size?) $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; // $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Two Lumps elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { $xpath .

New Pull Request