3
1
Back

Entry $article['content'] .= "

" . $entry->textContent . "

"; } } // XKCD (alt tags we don't need to call out for elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); Assorted updates elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { From b4b4641770af206fdb9aac874d2d59b9ecc400d1 Mon.

New Pull Request