3
1
Back

Files Diff Content Not Available ttrss-plugin- _comics/init.php 511 lines elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { // SBMC // SBMC // SBMC elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Timothy Winchester (People I Know) elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { .

New Pull Request