3
1
Back

$this->get_xpath_dealie($vgcats_url); if (GDORN_DEBUG && $article['debug']) { } //Sites that provide images and just need alt tags textified. //Sites that provide images and just need alt tags elseif (strpos($article['link'], 'somethingpositive.net') !== FALSE) { //also get blog $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, "//div[@id='comic']//img", $article); } // Cyanide & Happiness elseif (strpos($article["link"], "www.pilotside.us/comic/") !== FALSE) { // Eat That Toast elseif (strpos($article["link"], "eatthattoast.com/comic/") .

New Pull Request