3
1
Back

From d9153c70802a10d2fe554f80f1a497b409aac630 Mon Sep 17 00:00:00 2001 Subject: [PATCH] More layout updates ttrss-plugin- _comics/init.php 407 lines elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // CTRL+ALT+DEL elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $doc->saveXML(); } // Questionable Content (cleanup.

New Pull Request