Labels Milestones
BackThere is no need to call out for) $article['content'] = $this->get_img_tags($xpath, "//div[@class='comic-wrap']//img[@class='comic']", $article); list($html, $content_type) = $this->get_content($link); $xpath = new DOMDocument(); $doc->loadHTML($html); $xpath = $this->get_xpath_dealie($article['link']); $aftercomic = $this->get_img_tags($xpath, "//div[@class='timeline-description']", $article); } // Cyanide & Happiness elseif (strpos($article['link'], 'www.robot-hugs.com/') !== FALSE) { Clean up code formatting; added a few comics.
New Pull Request