3
1
Back

Request proposed by 1 user #7 Cumulative fixes from v1.1 ttrss-plugin- _comics/init.php 468 lines elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) { // Questionable Content (cleanup elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE ) { // CTRL+ALT+DEL Sillies // Two Lumps elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Timothy Winchester (People I Know) // Timothy Winchester (People I Know elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { //No matches if ($img->getAttribute('title')) { $article['content'] .= "
Alt: " . $article['id']; } return.

New Pull Request