Labels Milestones
BackCollapse all files Diff Content Not Available ttrss-plugin- _comics/init.php 511 lines elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { //No matches //No matches if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); } // SatW elseif (strpos($article["link"], "manicpixienightmaregirls.com/") !== FALSE) { if (parse_url($rel, PHP_URL_SCHEME) != '' || substr($rel, 0, 2) == '//') { return $rel; } .
New Pull Request