3
1
Back

$xpath->query('//img'); //doesn't get simpler than this foreach ($imgs as $img) { if (anchor_hole=="right" || anchor_hole=="both") { if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//figure[@class='photo-hires-item']//img", $article); } // Chainsawsuit // Poorly Drawn Lines elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) { elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') .

New Pull Request