3
1
Back

From aa85775b4759021aae3f9b898bf346f9066d11e7 Mon Sep 17 00:00:00 2001 Subject: [PATCH 2/2] Update README.md Don't put R8 so close to R26 -- D36/R47 too close elseif (strpos($article["link"], "www.phdunknown.com/index.php?id=") !== FALSE) { // SBMC elseif (strpos($article["link"], "trenchescomic.com/comic/post/") !== FALSE || strpos($article['content'], 'thedoghousediaries.com/dhdcomics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='cc-comicbody']/img", $article); $article['content'] .= "

" . $entry->textContent . "

"; } } Clean up code.

New Pull Request