3
1
Back

Samurai ttrss-plugin- _comics/init.php 392 lines 71248cb440 Updates from real TL0x4s // Joy of Tech elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { //No matches if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, '/comics/') and @class='comic_image']", $article); } // Dilbert elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // Two.

New Pull Request