3
1
Back

Example Samurai ttrss-plugin- _comics/init.php 468 lines elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='ksc' and contains(@src, 'comics')]", $article); } // Pain Train (to get alt tags if (preg_match("@.*()@", $article['content.

New Pull Request