3
1
Back

. $e->getMessage(); function mangle_article($article) { // Eat That Toast elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } achewood, gwss fix, fix for when invisiblebread has no bread elseif.

New Pull Request