3
1
Back

All files Diff Content Not Available ttrss-plugin- _comics/init.php 264 lines define('ADD_IDS', True); class _comics extends Plugin { catch (Exception $e) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Least I Could Do (wtf image size? If (preg_match("@.*()@", $article['content'], $matches)) { $img = $matches[1]; elseif (strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE){ //also get the blog //also get the blog $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']/img", $article.

New Pull Request