Labels Milestones
BackContent Not Available ttrss-plugin- _comics/init.php 382 lines elseif (strpos($article["link"], "drugsandwires.fail/dnwcomic/") !== FALSE) { if (strpos($article["content"], "bonus panel!") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // $xpath = $this->get_xpath_dealie($article['link']); $orig_content = strip_tags($article['content']); $article['content'] = $this->get_img_tags($xpath.
New Pull Request