3
1
Back

} $entries = $xpath->query("//div[@class='entry']"); // VG Cats elseif (strpos($article["content"], "//www.vgcats.com/comics/?strip_id=") !== FALSE) { elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { // Alice Grove bigger img elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, '(//div[@class="webcomic-image"]//img)', $article); } elseif (strpos($alt_text, $title_text) !== False) { if (preg_match("@.*()@", $article['content'], $matches)) { $article['content'] .= "
Alt: $alt_text
"; } } // Dead Philosophers elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link.

New Pull Request