3
1
Back

Files Diff Content Not Available ttrss-plugin- _comics/init.php 511 lines elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { // slightly complicated; the link is to tumblr, but there's a url in the Source form of the Stick $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); // Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { $xpath = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img.

New Pull Request