3
1
Back

$this->get_img_tags($xpath, "//div[@id='cc-comicbody']/img", $article); } */ // Girls with Slingshots * Three Panel Soul * Scenes From A Multiverse (to get alt tags) elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//img[@class='comic']", $article); //also get blog $entries = $xpath->query("//div[@id='comic-notes']"); foreach ($entries as $entry){ foreach ($entries as $entry) { $article['content'] .= "

" . $entry->textContent . "

"; } } Pain Train (to get alt tags elseif (strpos($article['content'], 'www.asofterworld.com/index.php?id') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); $article['content'] .= "

Bonus comic:
" . $aftercomic . ""; // Camp Weedonwantcha elseif (strpos($article['link.

New Pull Request