3
1
Back

All files Diff Content Not Available ttrss-plugin- _comics/init.php 468 lines elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $img = $matches[1]; $img = $matches[1]; $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'png')]", $article); } Some comics supported elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath .

New Pull Request