3
1
Back

That shouldn't be over about 20mm in diameter at the first if(preg_match("@.*()@", $article['content'], $matches)) { if ($title_text == $article['title'] || strpos($article['title'], $title_text) !== false){ $text_element = $doc->createElement("i", $title_text); $para_element->appendChild($title_element); } Clean up code formatting; added a few comics; standardized appending alt/title text under images (extra useful for non-browser users elseif (strpos($article['link'], 'dead-philosophers.com/?p') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic-img']//img", $article); } // Joy of Tech elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { elseif (strpos($article['content'], 'invisiblebread.com/2') !== FALSE.

New Pull Request