3
1
Back

Exist elseif (strpos($article['link'], 'www.geekculture.com/joyoftech/') !== FALSE) { $img = preg_replace("@height=\"\d+\"@", "", $img); $img = preg_replace("@width=\"\d+\"@", "", $img); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-1']//img", $article); } // } // Invisible Bread (make the bread visible) $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); // } elseif (strpos($title_text, $alt_text) !== False) { $alt_text = $entry->getAttribute('alt'); $alt_text = trim($entry->getAttribute('title')); $result_html .= "
Alt: $alt_text
"; } } Invisible Bread, Softer World (alt tags), Dinosaur Comics Cleanup elseif (strpos($article['content'], 'imgs.xkcd.com/comics/') !== FALSE) { Clean up code formatting; added a few more 'simple'.

New Pull Request