3
1
Back

Important: Keep it simple. Follow one pattern. Class _comics extends Plugin { catch (Exception $e) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'ENG_')]", $article); } // Scenes From A Multiverse (to get alt tags elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { // not a comic, just a quick and dirty content rewriting engine with code already written for about a dozen.

New Pull Request