3
1
Back

Progressing // The Trenches elseif (strpos($article["link"], "poorlydrawnlines.com/comic/") !== FALSE ) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // CTRL+ALT+DEL elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { $article['content'] = $doc->saveXML(); } Some comics supported elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $xpath .

New Pull Request