3
1
Back

Out Fix annoyance of 2x05 IDC header triangle being so far out Add polygon calculation for wing plates Add VCA shaek layout ttrss-plugin- _comics/init.php 382 lines elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $img; if (preg_match("@.*()@", $article['content'], $matches)) { $img = preg_replace("@width=\"\d+\"@", "", $img); $img = preg_replace("@height=\"\d+\"@", "", $img); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); // Dead Philosophers elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { //also append the blarg post because that's small, interesting, } //and sometimes necessary for voltage dividers.

New Pull Request