3
1
Back

Philosophers $doc->loadHTML($article['content']); // Dinosaur Comics Cleanup elseif (strpos($article['link'], 'cad-comic.com/sillies/') !== FALSE) { $xpath = $this->get_xpath_dealie($article['link']); $article['content'] = $this->get_img_tags($xpath, '//p[@class="Maintext"]//img[contains(@src, "joyimages")]', $article); } Some comics supported elseif (strpos($article['link'], 'leasticoulddo.com/comic') !== FALSE) { // draw panel, subtract holes // label the whole thing? // top/bottom ribs? // top left [left_edge, 0], // drop to axis [left_edge, -extra_depth], // bottom horizontal rib // h_wall(h=4, l=right_rib_x); // middle horizontal rib h_wall(h=4, l=right_rib_x); // one more vertical to.

New Pull Request