3
1
Back

Text Fix for when invisiblebread has no bread 2015-10-14 16:26:40 -07:00 f80e4975fb checkpoint before trying to fit printer specs - often the first elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { if (preg_match("@.*?(.*)@", $article['content'], $matches)) { // Girls with Slingshots // CTRL+ALT+DEL Sillies elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { // CTRL+ALT+DEL elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); Added The Trenches; yet more code style.

New Pull Request