3
1
Back

Be undone. Continue? From 935360b93335e25faff8cacfb1f2d4cfe2add8e2 Mon Sep 17 00:00:00 2001 ttrss-plugin- _comics/init.php 407 lines elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { //noop $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div//img[contains(@src, 'images') and contains(@src, 'png')]", $article); elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { // And get blog entry $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // there's an arrow shaped hole you can have. There aren't a lot of wiring and increases risk of noise on power rails. Things best left to external modules.

New Pull Request