3
1
Back

// elseif (strpos($article["link"], "www.phdunknown.com/index.php?id=") !== FALSE) { // Joy of Tech elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comic"]//img)', $article) . $article['content']; } // Manic Pixie Nightmare Girls elseif (strpos($article["link"], "satwcomic.com/") !== FALSE) { $xpath .

New Pull Request