3
1
Back

D89db83df13552281151487e636d3175f5aa0e7b Mon Sep 17 00:00:00 2001 Subject: [PATCH] Fix for when invisiblebread has no bread elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="main"]//img)', $article); } // Invisible Bread (make the bread visible) // Invisible Bread (make the bread visible elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE ) { // Breaking Cat News // Something Positive elseif (strpos($article['link'], 'paintraincomic.com/comic/') !== FALSE) { $xpath.

New Pull Request