3
1
Back

Gunnerkrigg and cleanup of alt-tag-only sites Clean up code formatting; added a few due to referer checks elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { // Softer World (alt tags), Dinosaur Comics (alt tags+blog), CAD, attempt at OOTS (but that one fails due to referer checks elseif (strpos($article['link'], 'girlswithslingshots.com/comic/') !== FALSE) { // $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } Clean up code.

New Pull Request