3
1
Back

"
" . $msg . ""; // XKCD (alt tags we don't need to call out for elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { // $img_tag = $this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'png')]", $article); } // Awkward Zombie elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { // Questionable Content (cleanup) $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // PhD Unknown // Robot Hugs elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $doc->saveXML(); } // CTRL+ALT+DEL Sillies // Two Lumps elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') .

New Pull Request