3
1
Back

// Joy of Tech $xpath = $this->get_xpath_dealie($article['link']); // Girls with Slingshots elseif (strpos($article['link'], 'dilbert.com/strip/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='content']/img", $article); } // Softer World (alt tags), Dinosaur Comics Cleanup $entries = $xpath->query("//div[@id='signoff-wrapper']"); $rel = trim($rel); Final work.

New Pull Request