3
1
Back

Updates ttrss-plugin- _comics/init.php 356 lines class _comics extends Plugin { catch (Exception $e) { $article['content'] = preg_replace('#(width|height)="150"#', '', $article['content']); } // Softer World (alt tags we don't need to call out for) elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='singleImage']/img[@class='magicfields']", $article); $article['content'] .= "
Alt: " . $article['id']; } return $article; } function hook_render_article($article) { try { return array(0.1, return array( $html, $content_type); } function hook_render_article_cdm($article) { return array( 0.1, 'Yet more stupid-simple comic-fetching.', ' '); } function rel2abs($rel, $base $path .

New Pull Request