3
1
Back

Tags foreach($imgs as $img){ // Softer World (alt tags), Dinosaur Comics Cleanup elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { $article['content'] = preg_replace("@@", '', $article['content']); } // Dinosaur Comics Cleanup elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link']); $img_tag = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] = $img; } } // Three Panel Soul * Scenes From A Multiverse (to get alt tags if both exist elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); // elseif (strpos(strtolower($article['link']), 'giantitp.com/comics/') !== FALSE) { // Camp Weedonwantcha // Camp Weedonwantcha elseif (strpos($article['link.

New Pull Request