3
1
Back

Most important: Keep it simple. Follow one pattern. Class _comics extends Plugin { function about() { return $rel; } if (strpos($article['link'], 'eatthattoast.com/comic/') !== FALSE) { $article['content'] = $img_tag . $article['content']; $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); } Invisible Bread, Softer World (alt tags), Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer.

New Pull Request