3
1
Back

Quentin' 6298fd8aa3 Gunnerkrigg and cleanup of alt-tag-only sites elseif (strpos($article['link'], '//theoatmeal.com/comics/') !== FALSE) { // Girls with Slingshots // Girls with Slingshots elseif (strpos($article['link'], 'https://web3isgoinggreat.com/single/') !== FALSE) { //No matches if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, '//td/img[contains(@src, "/comics/images/")]', $article); } // Poly In Pictures elseif (strpos($article['link'], 'http://www.achewood.com/index.php?date=') !== FALSE) { elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); Updated LICD, alter.

New Pull Request