3
1
Back

Size ttrss-plugin- _comics 53c46eece1 Go to file 99b8f1493d More layout updates ttrss-plugin- _comics/init.php 356 lines class _comics extends Plugin { function about() { function hook_render_article($article) { $article['content'] .= "

" . $entry->textContent . "

"; } } //noop } // Timothy Winchester (People I Know elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { //noop elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = preg_replace('#(/[0-9-]+)-150x150\.gif#', '$1.gif', $article['content']); $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article.

New Pull Request