3
1
Back

Ttrss-plugin- _comics/init.php 511 lines elseif (strpos($article["link"], "eatthattoast.com/comic/") !== FALSE ) { // SBMC elseif (strpos($article["link"], "chainsawsuit.com/comic/") !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $doc->saveXML(); } // Least I Could Do.

New Pull Request