3
1
Back

$this->get_img_tags($xpath, "//img[starts-with(@src, 'sp') and contains(@src, 'png')]", $article); } // Dead Philosophers elseif (strpos($article['link'], 'twolumps.net/d/') !== FALSE) { $doc = new DOMDocument(); $doc->loadHTML($article['content']); $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '(//div[@id="comicFrame"])', $article); Added The Trenches; yet more code style tweaking Added The Trenches; yet more code style tweaking Gunnerkrigg and cleanup of alt-tag-only sites elseif (strpos($article['content'], 'wondermark.com/c') !== FALSE) { $article['content'] = $this->get_img_tags($xpath, "//p[@id='comic_body']//a//img", $article); } } //Sites that provide images and just need alt tags if both exist 2016-06-10 20:51:03 -07:00 77735c00cc Add radio shaek with cv2 version Add html test version Add html test version facet normal 9.835916e-001 1.804095e-001 -0.000000e+000 vertex 5.558580e+000 1.123793e+000 2.496000e+001 vertex -1.118343e+000 -5.580715e+000 2.496000e+001 vertex 4.403623e+000 -3.613747e+000 2.496000e+001 vertex 6.105788e+000 -3.657241e+000 2.496000e+001 vertex 1.384484e+000 -6.987365e+000 1.747200e+001 vertex -6.149543e+000 3.418378e+000 2.496000e+001 vertex 1.651013e+000 -5.455036e+000 2.496000e+001 vertex -3.893586e+000 4.057701e+000 1.747200e+001 facet normal -0.757697 0.648802 -0.0703615 vertex 9.96788 -1.59472 0.0491304.

New Pull Request