3
1
Back

'); ' ' ); } function mangle_article($article) { // replace the

(containing project wonderful) with nothing $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // replace the
(containing project wonderful) with nothing $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); } // Chainsawsuit elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // Joy of Tech elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ foreach ($imgs as $img) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Scenes From A Multiverse (to get alt tag) elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article.

New Pull Request