3
1
Back

Additions elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { // SBMC elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article); $article['content'] .= "
Alt: " . $article['id']; } return $result_html; } function mangle_article($article) { // only keep everything starting at the first elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE.

New Pull Request