3
1
Back

History 1.0 2012-03-?? Initial release at https://www.thingiverse.com/thing:20513 . Based on https://github.com/oguzbilgic/fpd, which has broken alt tags elseif (strpos($article['link'], 'awkwardzombie.com/index.php?comic') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); } /* absolute URL is ready! */ Assorted updates elseif (strpos($article['link'], 'cad-comic.com/cad/') !== FALSE) { // Girls with Slingshots elseif (strpos($article['link'], 'alicegrove.com') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, "//div[@id='imgdiv']//img", $article); //also get blog entry $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry) { $article['content'] = $this->get_img_tags($xpath, '(//div[@class="post"]//img)', $article); $article['content'] = preg_replace("@@", '', $article['content']); // Penny Arcade if(preg_match("@.*()@", $article['content'], $matches)){ function get_img_tags($xpath, $query, $article) { $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as.