3
1
Back

Added a few comics; standardized appending alt/title text Added The Trenches; yet more code style tweaking Added The Trenches; yet more code style tweaking elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { // replace the

(containing project wonderful) with nothing $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } Some comics supported elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { // Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'polyinpictures.com/comic/') !== FALSE) { // Wondermark (alt tag already present) // Wondermark (alt tag already present) elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') .

New Pull Request