3
1
Back

Feed elseif (strpos($article['link'], 'campcomic.com/comic/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//div[@class='img-comic-container']//img", $article); // Drugs and Wires elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $article['content'] .= "
Alt: " . $img->getAttribute('title') . ""; } } // SatW elseif (strpos($article["link"], "explosm.net/comics") !== FALSE) { // Two Lumps.

New Pull Request