3
1
Back

From v1.1 ttrss-plugin- _comics/init.php 343 lines elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { // replace the (containing project wonderful) with nothing $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Dead Philosophers elseif (strpos($article['link'], 'www.timothywinchester.com/2') !== FALSE) { elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { // Breaking Cat News elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { // Poorly Drawn Lines elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE && strpos($article["title"], "Comic:") .

New Pull Request