3
1
Back

Samurai ttrss-plugin- _comics/init.php 399 lines } Pain Train (to get alt tags) elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; // $article['content'] = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'comics')]", $article); // Three Panel Soul $xpath = $this->get_xpath_dealie($article['link']); $aftercomic = $this->get_img_tags($xpath.

New Pull Request