3
1
Back

To elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { //also append the blarg post because that's small, interesting, $entries = $xpath->query("//div[@class='entry']"); // VG Cats elseif (strpos($article["content"], "//www.vgcats.com/comics/?strip_id=") !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); // $article['content'] = $doc->saveXML(); } // Girls with Slingshots elseif (strpos($article['link'], 'threepanelsoul.com/comic/') !== FALSE) { .

New Pull Request