3
1
Back

Modifications From d89db83df13552281151487e636d3175f5aa0e7b Mon Sep 17 00:00:00 2001 ttrss-plugin- _comics/init.php 478 lines elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } //noop } // Gunnerkrigg Court elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Assorted updates elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users Invisible Bread, Softer World (alt tags), Dinosaur Comics Cleanup elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $article['content'] = $matches[1]; $img = preg_replace("@height=\"\d+\"@", "", $img); $img = $matches[1]; $img = preg_replace("@height=\"\d+\"@", "", $img); $img = $matches[1]; $img = preg_replace("@width=\"\d.

New Pull Request