3
1
Back

Get blog elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { //noop elseif (strpos($article['link'], 'amultiverse.com/comic/') !== FALSE) { $imgs = $xpath->query('//img'); //doesn't get simpler than this foreach($imgs as $img){ if ($img->getAttribute('title')) { $article['content'] = $this->get_img_tags($xpath, '(//div[@id="aftercomic"]//img)', $article); $article['content'] = $doc->saveXML(); } Some comics supported elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { // Two Lumps elseif (strpos($article['link'], 'threepanelsoul.com/2') !== FALSE) { $doc = new DOMXpath($doc); $bread = $xpath->query("//a[contains(@href, 'bonus-panel')]")->item(0); if ($bread.

New Pull Request