3
1
Back

$entry->ownerDocument->saveXML($entry); Added BCN, Something Positive elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { // CTRL+ALT+DEL // CTRL+ALT+DEL elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $article['content'] .= "
$orig_content
"; } // Breaking Cat News elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { // SatW // SatW elseif (strpos($article["link"], "www.smbc-comics.com/comic/") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] .

New Pull Request