3
1
Back

Git@gitlab.com:rsholmes/precadsr.git $article['content'] = $matches[1]; $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@class='comicpage']//img[contains(@src, 'uploads')]", $article); } Added BCN, Something Positive elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users Added The Trenches; yet more code style tweaking .

New Pull Request