3
1
Back

$article['content']); // Penny Arcade elseif (strpos($article['link'], 'questionablecontent') !== FALSE) { } //Sites that provide images and just need alt tags textified. Elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE && strpos($article["title"], "Comic:") !== FALSE) { $article['content'] = $doc->saveXML(); // Questionable Content (cleanup) // Questionable Content (cleanup elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $doc->saveXML(); } // SBMC // SBMC elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) .

New Pull Request